import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateHsmCommandInput extends CreateHsmRequest {} export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBearer {} declare const CreateHsmCommand_base: { new ( input: CreateHsmCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHsmCommandInput, CreateHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateHsmCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHsmCommandInput, CreateHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateHsmCommand extends CreateHsmCommand_base { protected static __types: { api: { input: CreateHsmRequest; output: CreateHsmResponse; }; sdk: { input: CreateHsmCommandInput; output: CreateHsmCommandOutput; }; }; }