import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateReviewTemplateLensReviewInput, UpdateReviewTemplateLensReviewOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateReviewTemplateLensReviewCommandInput extends UpdateReviewTemplateLensReviewInput {} export interface UpdateReviewTemplateLensReviewCommandOutput extends UpdateReviewTemplateLensReviewOutput, __MetadataBearer {} declare const UpdateReviewTemplateLensReviewCommand_base: { new ( input: UpdateReviewTemplateLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateReviewTemplateLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateReviewTemplateLensReviewCommand extends UpdateReviewTemplateLensReviewCommand_base { protected static __types: { api: { input: UpdateReviewTemplateLensReviewInput; output: UpdateReviewTemplateLensReviewOutput; }; sdk: { input: UpdateReviewTemplateLensReviewCommandInput; output: UpdateReviewTemplateLensReviewCommandOutput; }; }; }