import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteWebAppRequest } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig, } from "../TransferClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteWebAppCommandInput extends DeleteWebAppRequest {} export interface DeleteWebAppCommandOutput extends __MetadataBearer {} declare const DeleteWebAppCommand_base: { new ( input: DeleteWebAppCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteWebAppCommandInput, DeleteWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteWebAppCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteWebAppCommandInput, DeleteWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteWebAppCommand extends DeleteWebAppCommand_base { protected static __types: { api: { input: DeleteWebAppRequest; output: {}; }; sdk: { input: DeleteWebAppCommandInput; output: DeleteWebAppCommandOutput; }; }; }