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