import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetReviewTemplateLensReviewInput, GetReviewTemplateLensReviewOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface GetReviewTemplateLensReviewCommandInput extends GetReviewTemplateLensReviewInput {} export interface GetReviewTemplateLensReviewCommandOutput extends GetReviewTemplateLensReviewOutput, __MetadataBearer {} declare const GetReviewTemplateLensReviewCommand_base: { new ( input: GetReviewTemplateLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetReviewTemplateLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetReviewTemplateLensReviewCommand extends GetReviewTemplateLensReviewCommand_base { protected static __types: { api: { input: GetReviewTemplateLensReviewInput; output: GetReviewTemplateLensReviewOutput; }; sdk: { input: GetReviewTemplateLensReviewCommandInput; output: GetReviewTemplateLensReviewCommandOutput; }; }; }