import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDeletePentestsInput, BatchDeletePentestsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDeletePentestsCommandInput extends BatchDeletePentestsInput {} export interface BatchDeletePentestsCommandOutput extends BatchDeletePentestsOutput, __MetadataBearer {} declare const BatchDeletePentestsCommand_base: { new ( input: BatchDeletePentestsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeletePentestsCommandInput, BatchDeletePentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDeletePentestsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeletePentestsCommandInput, BatchDeletePentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDeletePentestsCommand extends BatchDeletePentestsCommand_base { protected static __types: { api: { input: BatchDeletePentestsInput; output: BatchDeletePentestsOutput; }; sdk: { input: BatchDeletePentestsCommandInput; output: BatchDeletePentestsCommandOutput; }; }; }