import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  AssumeRoleWithWebIdentityRequest,
  AssumeRoleWithWebIdentityResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface AssumeRoleWithWebIdentityCommandInput extends AssumeRoleWithWebIdentityRequest {}
export interface AssumeRoleWithWebIdentityCommandOutput
  extends AssumeRoleWithWebIdentityResponse, __MetadataBearer {}
declare const AssumeRoleWithWebIdentityCommand_base: {
  new (
    input: AssumeRoleWithWebIdentityCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    AssumeRoleWithWebIdentityCommandInput,
    AssumeRoleWithWebIdentityCommandOutput,
    import("..").STSClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: AssumeRoleWithWebIdentityCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    AssumeRoleWithWebIdentityCommandInput,
    AssumeRoleWithWebIdentityCommandOutput,
    import("..").STSClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class AssumeRoleWithWebIdentityCommand extends AssumeRoleWithWebIdentityCommand_base {
  protected static __types: {
    api: {
      input: AssumeRoleWithWebIdentityRequest;
      output: AssumeRoleWithWebIdentityResponse;
    };
    sdk: {
      input: AssumeRoleWithWebIdentityCommandInput;
      output: AssumeRoleWithWebIdentityCommandOutput;
    };
  };
}
