import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteProfileObjectTypeRequest, DeleteProfileObjectTypeResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteProfileObjectTypeCommandInput extends DeleteProfileObjectTypeRequest {} export interface DeleteProfileObjectTypeCommandOutput extends DeleteProfileObjectTypeResponse, __MetadataBearer {} declare const DeleteProfileObjectTypeCommand_base: { new ( input: DeleteProfileObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteProfileObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteProfileObjectTypeCommand extends DeleteProfileObjectTypeCommand_base { protected static __types: { api: { input: DeleteProfileObjectTypeRequest; output: DeleteProfileObjectTypeResponse; }; sdk: { input: DeleteProfileObjectTypeCommandInput; output: DeleteProfileObjectTypeCommandOutput; }; }; }