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