import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetWebIdentityTokenRequest, GetWebIdentityTokenResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetWebIdentityTokenCommandInput extends GetWebIdentityTokenRequest {} export interface GetWebIdentityTokenCommandOutput extends GetWebIdentityTokenResponse, __MetadataBearer {} declare const GetWebIdentityTokenCommand_base: { new ( input: GetWebIdentityTokenCommandInput, ): import("@smithy/core/client").CommandImpl< GetWebIdentityTokenCommandInput, GetWebIdentityTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetWebIdentityTokenCommandInput, ): import("@smithy/core/client").CommandImpl< GetWebIdentityTokenCommandInput, GetWebIdentityTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetWebIdentityTokenCommand extends GetWebIdentityTokenCommand_base { protected static __types: { api: { input: GetWebIdentityTokenRequest; output: GetWebIdentityTokenResponse; }; sdk: { input: GetWebIdentityTokenCommandInput; output: GetWebIdentityTokenCommandOutput; }; }; }