import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteCertificateRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {} export interface DeleteCertificateCommandOutput extends __MetadataBearer {} declare const DeleteCertificateCommand_base: { new ( input: DeleteCertificateCommandInput ): import("@smithy/core/client").CommandImpl< DeleteCertificateCommandInput, DeleteCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteCertificateCommandInput ): import("@smithy/core/client").CommandImpl< DeleteCertificateCommandInput, DeleteCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base { protected static __types: { api: { input: DeleteCertificateRequest; output: {}; }; sdk: { input: DeleteCertificateCommandInput; output: DeleteCertificateCommandOutput; }; }; }