import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDeleteAgentsRequest, BatchDeleteAgentsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDeleteAgentsCommandInput extends BatchDeleteAgentsRequest {} export interface BatchDeleteAgentsCommandOutput extends BatchDeleteAgentsResponse, __MetadataBearer {} declare const BatchDeleteAgentsCommand_base: { new ( input: BatchDeleteAgentsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDeleteAgentsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDeleteAgentsCommand extends BatchDeleteAgentsCommand_base { protected static __types: { api: { input: BatchDeleteAgentsRequest; output: BatchDeleteAgentsResponse; }; sdk: { input: BatchDeleteAgentsCommandInput; output: BatchDeleteAgentsCommandOutput; }; }; }