import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetCodeReviewsInput, BatchGetCodeReviewsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetCodeReviewsCommandInput extends BatchGetCodeReviewsInput {} export interface BatchGetCodeReviewsCommandOutput extends BatchGetCodeReviewsOutput, __MetadataBearer {} declare const BatchGetCodeReviewsCommand_base: { new ( input: BatchGetCodeReviewsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetCodeReviewsCommandInput, BatchGetCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetCodeReviewsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetCodeReviewsCommandInput, BatchGetCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetCodeReviewsCommand extends BatchGetCodeReviewsCommand_base { protected static __types: { api: { input: BatchGetCodeReviewsInput; output: BatchGetCodeReviewsOutput; }; sdk: { input: BatchGetCodeReviewsCommandInput; output: BatchGetCodeReviewsCommandOutput; }; }; }