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