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