export interface IUserInfo { _id: string; usercode: string; user_name: string; name_spell: string; is_disabled: boolean; create_time: number; productid: string; avatar_path: string; avatar_name: string; avatar_type: string; email: string; phone: string; last_login_time: number; phone_verified: boolean; email_verified: boolean; is_admin: boolean; } export default function whoami(_action_id: string, _sessionid: string, _spaceid: string): Promise;