import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetPentestsInput, BatchGetPentestsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetPentestsCommandInput extends BatchGetPentestsInput {} export interface BatchGetPentestsCommandOutput extends BatchGetPentestsOutput, __MetadataBearer {} declare const BatchGetPentestsCommand_base: { new ( input: BatchGetPentestsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetPentestsCommandInput, BatchGetPentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetPentestsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetPentestsCommandInput, BatchGetPentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetPentestsCommand extends BatchGetPentestsCommand_base { protected static __types: { api: { input: BatchGetPentestsInput; output: BatchGetPentestsOutput; }; sdk: { input: BatchGetPentestsCommandInput; output: BatchGetPentestsCommandOutput; }; }; }