import { UserProfile } from '@dynamic-labs/types'; /** * @deprecated you should call getClient().user instead */ export declare const getUserProfile: () => UserProfile | undefined;