import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteAppCommandInput extends DeleteAppRequest {} export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBearer {} declare const DeleteAppCommand_base: { new ( input: DeleteAppCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAppCommandInput, DeleteAppCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteAppCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAppCommandInput, DeleteAppCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteAppCommand extends DeleteAppCommand_base { protected static __types: { api: { input: DeleteAppRequest; output: DeleteAppResponse; }; sdk: { input: DeleteAppCommandInput; output: DeleteAppCommandOutput; }; }; }