import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssumeRoleWithSAMLRequest, AssumeRoleWithSAMLResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AssumeRoleWithSAMLCommandInput extends AssumeRoleWithSAMLRequest {} export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLResponse, __MetadataBearer {} declare const AssumeRoleWithSAMLCommand_base: { new ( input: AssumeRoleWithSAMLCommandInput, ): import("@smithy/core/client").CommandImpl< AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssumeRoleWithSAMLCommandInput, ): import("@smithy/core/client").CommandImpl< AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssumeRoleWithSAMLCommand extends AssumeRoleWithSAMLCommand_base { protected static __types: { api: { input: AssumeRoleWithSAMLRequest; output: AssumeRoleWithSAMLResponse; }; sdk: { input: AssumeRoleWithSAMLCommandInput; output: AssumeRoleWithSAMLCommandOutput; }; }; }