import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteApplicationsCommandInput extends DeleteApplicationsRequest {} export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {} declare const DeleteApplicationsCommand_base: { new ( input: DeleteApplicationsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteApplicationsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteApplicationsCommand extends DeleteApplicationsCommand_base { protected static __types: { api: { input: DeleteApplicationsRequest; output: {}; }; sdk: { input: DeleteApplicationsCommandInput; output: DeleteApplicationsCommandOutput; }; }; }