import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetLensReviewCommandInput extends GetLensReviewInput {} export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __MetadataBearer {} declare const GetLensReviewCommand_base: { new ( input: GetLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetLensReviewCommandInput, GetLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetLensReviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetLensReviewCommandInput, GetLensReviewCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLensReviewCommand extends GetLensReviewCommand_base { protected static __types: { api: { input: GetLensReviewInput; output: GetLensReviewOutput; }; sdk: { input: GetLensReviewCommandInput; output: GetLensReviewCommandOutput; }; }; }