import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCertificateAuthorityRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCertificateAuthorityCommandInput extends DeleteCertificateAuthorityRequest {} export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBearer {} declare const DeleteCertificateAuthorityCommand_base: { new ( input: DeleteCertificateAuthorityCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCertificateAuthorityCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base { protected static __types: { api: { input: DeleteCertificateAuthorityRequest; output: {}; }; sdk: { input: DeleteCertificateAuthorityCommandInput; output: DeleteCertificateAuthorityCommandOutput; }; }; }