import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteHsmCommandInput extends DeleteHsmRequest {} export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBearer {} declare const DeleteHsmCommand_base: { new ( input: DeleteHsmCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteHsmCommandInput, DeleteHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteHsmCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteHsmCommandInput, DeleteHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteHsmCommand extends DeleteHsmCommand_base { protected static __types: { api: { input: DeleteHsmRequest; output: DeleteHsmResponse; }; sdk: { input: DeleteHsmCommandInput; output: DeleteHsmCommandOutput; }; }; }