import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateLensReviewCommandInput extends UpdateLensReviewInput {} export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, __MetadataBearer {} declare const UpdateLensReviewCommand_base: { new ( input: UpdateLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateLensReviewCommand extends UpdateLensReviewCommand_base { protected static __types: { api: { input: UpdateLensReviewInput; output: UpdateLensReviewOutput; }; sdk: { input: UpdateLensReviewCommandInput; output: UpdateLensReviewCommandOutput; }; }; }