import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDomainEntryRequest, DeleteDomainEntryResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDomainEntryCommandInput extends DeleteDomainEntryRequest {} export interface DeleteDomainEntryCommandOutput extends DeleteDomainEntryResult, __MetadataBearer {} declare const DeleteDomainEntryCommand_base: { new ( input: DeleteDomainEntryCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDomainEntryCommandInput, DeleteDomainEntryCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDomainEntryCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDomainEntryCommandInput, DeleteDomainEntryCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDomainEntryCommand extends DeleteDomainEntryCommand_base { protected static __types: { api: { input: DeleteDomainEntryRequest; output: DeleteDomainEntryResult; }; sdk: { input: DeleteDomainEntryCommandInput; output: DeleteDomainEntryCommandOutput; }; }; }