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