import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeUserProfileRequest, DescribeUserProfileResponse } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeUserProfileCommandInput extends DescribeUserProfileRequest {} export interface DescribeUserProfileCommandOutput extends DescribeUserProfileResponse, __MetadataBearer {} declare const DescribeUserProfileCommand_base: { new ( input: DescribeUserProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeUserProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeUserProfileCommand extends DescribeUserProfileCommand_base { protected static __types: { api: { input: DescribeUserProfileRequest; output: DescribeUserProfileResponse; }; sdk: { input: DescribeUserProfileCommandInput; output: DescribeUserProfileCommandOutput; }; }; }