export declare class SessionInfo { private static isUserAuthorized; static get IsUserAuthorized(): boolean; static set IsUserAuthorized(newValue: boolean); private static authorizedUserToken; static get AuthorizedUserToken(): string | null; static set AuthorizedUserToken(newValue: string | null); private static isLogitudeAuthentication; static get IsLogitudeAuthentication(): boolean; static set IsLogitudeAuthentication(newValue: boolean); private static logitudeTokensJson; static get LogitudeTokensJson(): string | null; static set LogitudeTokensJson(newValue: string | null); }