export declare function indexedDBSet(storeName: string, key: string, value: string): Promise; export declare function indexedDBGet(storeName: string, key: string): Promise;