import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCertificateRequest, DeleteCertificateResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {} export interface DeleteCertificateCommandOutput extends DeleteCertificateResult, __MetadataBearer {} declare const DeleteCertificateCommand_base: { new ( input: DeleteCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCertificateCommandInput, DeleteCertificateCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCertificateCommandInput, DeleteCertificateCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base { protected static __types: { api: { input: DeleteCertificateRequest; output: DeleteCertificateResult; }; sdk: { input: DeleteCertificateCommandInput; output: DeleteCertificateCommandOutput; }; }; }