import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ModifyHsmCommandInput extends ModifyHsmRequest {} export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBearer {} declare const ModifyHsmCommand_base: { new ( input: ModifyHsmCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyHsmCommandInput, ModifyHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyHsmCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyHsmCommandInput, ModifyHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyHsmCommand extends ModifyHsmCommand_base { protected static __types: { api: { input: ModifyHsmRequest; output: ModifyHsmResponse; }; sdk: { input: ModifyHsmCommandInput; output: ModifyHsmCommandOutput; }; }; }