import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteTargetDomainInput, DeleteTargetDomainOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteTargetDomainCommandInput extends DeleteTargetDomainInput {} export interface DeleteTargetDomainCommandOutput extends DeleteTargetDomainOutput, __MetadataBearer {} declare const DeleteTargetDomainCommand_base: { new ( input: DeleteTargetDomainCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTargetDomainCommandInput, DeleteTargetDomainCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteTargetDomainCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTargetDomainCommandInput, DeleteTargetDomainCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteTargetDomainCommand extends DeleteTargetDomainCommand_base { protected static __types: { api: { input: DeleteTargetDomainInput; output: DeleteTargetDomainOutput; }; sdk: { input: DeleteTargetDomainCommandInput; output: DeleteTargetDomainCommandOutput; }; }; }