export declare const safeLocalStorage: { getItem: (key: string) => string | null; setItem: (key: string, value: string) => void; };