import { SdkUser } from '@dynamic-labs/sdk-api-core'; import { UserProfile } from '@dynamic-labs/types'; /** * @deprecated you should be using the SdkUser object directly instead */ export declare const convertSdkUserToUserProfile: (sdkUser: SdkUser) => UserProfile;