import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDeleteCodeReviewsInput, BatchDeleteCodeReviewsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDeleteCodeReviewsCommandInput extends BatchDeleteCodeReviewsInput {} export interface BatchDeleteCodeReviewsCommandOutput extends BatchDeleteCodeReviewsOutput, __MetadataBearer {} declare const BatchDeleteCodeReviewsCommand_base: { new ( input: BatchDeleteCodeReviewsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteCodeReviewsCommandInput, BatchDeleteCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDeleteCodeReviewsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteCodeReviewsCommandInput, BatchDeleteCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDeleteCodeReviewsCommand extends BatchDeleteCodeReviewsCommand_base { protected static __types: { api: { input: BatchDeleteCodeReviewsInput; output: BatchDeleteCodeReviewsOutput; }; sdk: { input: BatchDeleteCodeReviewsCommandInput; output: BatchDeleteCodeReviewsCommandOutput; }; }; }