export declare function withSessionStoreWriterForTest(storePath: string, fn: () => Promise): Promise; export declare function runExclusiveSessionStoreWrite(storePath: string, fn: () => Promise): Promise;