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