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