/** * 获取当前用户角色 * 数据源:~/.optima/token.json(使用 60 秒缓存) * * @returns 'customer' | 'merchant' | 'admin' */ export declare function getUserRole(): string; /** * 清除角色缓存(用于测试) */ export declare function clearUserRoleCache(): void; //# sourceMappingURL=user-role.d.ts.map