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