import { IUserDataNormalizedClient, IUserProfile, IUserProfileBase } from "../bridge/define"; export declare function getUserId(): string | void; export declare function getUserToken(): string | void; export declare function getCurrentUserObject(): IUserDataNormalizedClient; export declare function refresh(): Promise;