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