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