export default class StatsigLocalStorage { static disabled: boolean; private static fallbackSessionCache; static getItem(key: string): string | null; static setItem(key: string, value: string): void; static removeItem(key: string): void; private static canAccessStorageAccessible; private static isStorageAccessible; }