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