import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteUserProfileRequest } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteUserProfileCommandInput extends DeleteUserProfileRequest {} export interface DeleteUserProfileCommandOutput extends __MetadataBearer {} declare const DeleteUserProfileCommand_base: { new ( input: DeleteUserProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteUserProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteUserProfileCommand extends DeleteUserProfileCommand_base { protected static __types: { api: { input: DeleteUserProfileRequest; output: {}; }; sdk: { input: DeleteUserProfileCommandInput; output: DeleteUserProfileCommandOutput; }; }; }