import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {} export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, __MetadataBearer {} declare const DeleteLunaClientCommand_base: { new ( input: DeleteLunaClientCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteLunaClientCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteLunaClientCommand extends DeleteLunaClientCommand_base { protected static __types: { api: { input: DeleteLunaClientRequest; output: DeleteLunaClientResponse; }; sdk: { input: DeleteLunaClientCommandInput; output: DeleteLunaClientCommandOutput; }; }; }