export declare const storageFallback: { get: (key: string) => string | null; set: (key: string, value: string) => void; };