import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCodeReviewRequest, CreateCodeReviewResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCodeReviewCommandInput extends CreateCodeReviewRequest {} export interface CreateCodeReviewCommandOutput extends CreateCodeReviewResponse, __MetadataBearer {} declare const CreateCodeReviewCommand_base: { new ( input: CreateCodeReviewCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput, import("..").CodeGuruReviewerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCodeReviewCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput, import("..").CodeGuruReviewerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCodeReviewCommand extends CreateCodeReviewCommand_base { protected static __types: { api: { input: CreateCodeReviewRequest; output: CreateCodeReviewResponse; }; sdk: { input: CreateCodeReviewCommandInput; output: CreateCodeReviewCommandOutput; }; }; }