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