import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateReviewTemplateInput, CreateReviewTemplateOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateReviewTemplateCommandInput extends CreateReviewTemplateInput {} export interface CreateReviewTemplateCommandOutput extends CreateReviewTemplateOutput, __MetadataBearer {} declare const CreateReviewTemplateCommand_base: { new ( input: CreateReviewTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateReviewTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateReviewTemplateCommand extends CreateReviewTemplateCommand_base { protected static __types: { api: { input: CreateReviewTemplateInput; output: CreateReviewTemplateOutput; }; sdk: { input: CreateReviewTemplateCommandInput; output: CreateReviewTemplateCommandOutput; }; }; }