import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetReviewTemplateInput, GetReviewTemplateOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetReviewTemplateCommandInput extends GetReviewTemplateInput {} export interface GetReviewTemplateCommandOutput extends GetReviewTemplateOutput, __MetadataBearer {} declare const GetReviewTemplateCommand_base: { new ( input: GetReviewTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetReviewTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetReviewTemplateCommand extends GetReviewTemplateCommand_base { protected static __types: { api: { input: GetReviewTemplateInput; output: GetReviewTemplateOutput; }; sdk: { input: GetReviewTemplateCommandInput; output: GetReviewTemplateCommandOutput; }; }; }