import { StorageSync } from "./StorageObservable"; export declare function newCachedStrStorage(folder: string, getValue: (key: string) => Promise): StorageSync;