import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLensReviewReportInput, GetLensReviewReportOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetLensReviewReportCommandInput extends GetLensReviewReportInput {} export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOutput, __MetadataBearer {} declare const GetLensReviewReportCommand_base: { new ( input: GetLensReviewReportCommandInput, ): import("@smithy/core/client").CommandImpl< GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetLensReviewReportCommandInput, ): import("@smithy/core/client").CommandImpl< GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLensReviewReportCommand extends GetLensReviewReportCommand_base { protected static __types: { api: { input: GetLensReviewReportInput; output: GetLensReviewReportOutput; }; sdk: { input: GetLensReviewReportCommandInput; output: GetLensReviewReportCommandOutput; }; }; }