import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetApplicationAuthenticationMethodRequest, GetApplicationAuthenticationMethodResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetApplicationAuthenticationMethodCommandInput extends GetApplicationAuthenticationMethodRequest {} export interface GetApplicationAuthenticationMethodCommandOutput extends GetApplicationAuthenticationMethodResponse, __MetadataBearer {} declare const GetApplicationAuthenticationMethodCommand_base: { new ( input: GetApplicationAuthenticationMethodCommandInput, ): import("@smithy/core/client").CommandImpl< GetApplicationAuthenticationMethodCommandInput, GetApplicationAuthenticationMethodCommandOutput, import("..").SSOAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetApplicationAuthenticationMethodCommandInput, ): import("@smithy/core/client").CommandImpl< GetApplicationAuthenticationMethodCommandInput, GetApplicationAuthenticationMethodCommandOutput, import("..").SSOAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetApplicationAuthenticationMethodCommand extends GetApplicationAuthenticationMethodCommand_base { protected static __types: { api: { input: GetApplicationAuthenticationMethodRequest; output: GetApplicationAuthenticationMethodResponse; }; sdk: { input: GetApplicationAuthenticationMethodCommandInput; output: GetApplicationAuthenticationMethodCommandOutput; }; }; }