type JsonStorageProxy = { [key: string]: any; } & R; export declare function json_storage_proxy>(storage: Storage, prefix?: string): JsonStorageProxy; export {};