import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DecodeAuthorizationMessageRequest, DecodeAuthorizationMessageResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DecodeAuthorizationMessageCommandInput extends DecodeAuthorizationMessageRequest {} export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthorizationMessageResponse, __MetadataBearer {} declare const DecodeAuthorizationMessageCommand_base: { new ( input: DecodeAuthorizationMessageCommandInput, ): import("@smithy/core/client").CommandImpl< DecodeAuthorizationMessageCommandInput, DecodeAuthorizationMessageCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DecodeAuthorizationMessageCommandInput, ): import("@smithy/core/client").CommandImpl< DecodeAuthorizationMessageCommandInput, DecodeAuthorizationMessageCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DecodeAuthorizationMessageCommand extends DecodeAuthorizationMessageCommand_base { protected static __types: { api: { input: DecodeAuthorizationMessageRequest; output: DecodeAuthorizationMessageResponse; }; sdk: { input: DecodeAuthorizationMessageCommandInput; output: DecodeAuthorizationMessageCommandOutput; }; }; }