import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateHsmConfigurationMessage, CreateHsmConfigurationResult, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface CreateHsmConfigurationCommandInput extends CreateHsmConfigurationMessage {} export interface CreateHsmConfigurationCommandOutput extends CreateHsmConfigurationResult, __MetadataBearer {} declare const CreateHsmConfigurationCommand_base: { new ( input: CreateHsmConfigurationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateHsmConfigurationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateHsmConfigurationCommand extends CreateHsmConfigurationCommand_base { protected static __types: { api: { input: CreateHsmConfigurationMessage; output: CreateHsmConfigurationResult; }; sdk: { input: CreateHsmConfigurationCommandInput; output: CreateHsmConfigurationCommandOutput; }; }; }