import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDomainObjectTypeRequest, DeleteDomainObjectTypeResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDomainObjectTypeCommandInput extends DeleteDomainObjectTypeRequest {} export interface DeleteDomainObjectTypeCommandOutput extends DeleteDomainObjectTypeResponse, __MetadataBearer {} declare const DeleteDomainObjectTypeCommand_base: { new ( input: DeleteDomainObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDomainObjectTypeCommandInput, DeleteDomainObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDomainObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDomainObjectTypeCommandInput, DeleteDomainObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDomainObjectTypeCommand extends DeleteDomainObjectTypeCommand_base { protected static __types: { api: { input: DeleteDomainObjectTypeRequest; output: {}; }; sdk: { input: DeleteDomainObjectTypeCommandInput; output: DeleteDomainObjectTypeCommandOutput; }; }; }