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