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