import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteProfileObjectRequest, DeleteProfileObjectResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteProfileObjectCommandInput extends DeleteProfileObjectRequest {} export interface DeleteProfileObjectCommandOutput extends DeleteProfileObjectResponse, __MetadataBearer {} declare const DeleteProfileObjectCommand_base: { new ( input: DeleteProfileObjectCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteProfileObjectCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteProfileObjectCommand extends DeleteProfileObjectCommand_base { protected static __types: { api: { input: DeleteProfileObjectRequest; output: DeleteProfileObjectResponse; }; sdk: { input: DeleteProfileObjectCommandInput; output: DeleteProfileObjectCommandOutput; }; }; }