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