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