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