import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeHsmConfigurationsMessage, HsmConfigurationMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeHsmConfigurationsCommandInput extends DescribeHsmConfigurationsMessage {} export interface DescribeHsmConfigurationsCommandOutput extends HsmConfigurationMessage, __MetadataBearer {} declare const DescribeHsmConfigurationsCommand_base: { new ( input: DescribeHsmConfigurationsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeHsmConfigurationsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeHsmConfigurationsCommand extends DescribeHsmConfigurationsCommand_base { protected static __types: { api: { input: DescribeHsmConfigurationsMessage; output: HsmConfigurationMessage; }; sdk: { input: DescribeHsmConfigurationsCommandInput; output: DescribeHsmConfigurationsCommandOutput; }; }; }