import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteApplicationRequest, DeleteApplicationResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; 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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteApplicationCommandInput ): import("@smithy/core/client").CommandImpl< DeleteApplicationCommandInput, DeleteApplicationCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base { protected static __types: { api: { input: DeleteApplicationRequest; output: {}; }; sdk: { input: DeleteApplicationCommandInput; output: DeleteApplicationCommandOutput; }; }; }