export declare class AuthHelper { static getUserId(): string | null; static getUserRole(): string | null; }