import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeCodeReviewRequest, DescribeCodeReviewResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeCodeReviewCommandInput extends DescribeCodeReviewRequest {} export interface DescribeCodeReviewCommandOutput extends DescribeCodeReviewResponse, __MetadataBearer {} declare const DescribeCodeReviewCommand_base: { new ( input: DescribeCodeReviewCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput, import("..").CodeGuruReviewerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeCodeReviewCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput, import("..").CodeGuruReviewerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeCodeReviewCommand extends DescribeCodeReviewCommand_base { protected static __types: { api: { input: DescribeCodeReviewRequest; output: DescribeCodeReviewResponse; }; sdk: { input: DescribeCodeReviewCommandInput; output: DescribeCodeReviewCommandOutput; }; }; }