import { IndexedDBPersistence } from "../persistence/IndexedDBPersistence";
import type { LensCore } from "../lens-core-module/lensCore";
export declare const lensPersistenceStoreFactory: {
    (args_0: LensCore): IndexedDBPersistence<ArrayBuffer>;
    token: "lensPersistenceStore";
    dependencies: readonly ["lensCore"];
};
//# sourceMappingURL=LensPersistenceStore.d.ts.map