/** * Replicache meta registry (lists per-app IDB partitions). * * Named `protocolbase-databases` so it never collides with app partitions * (`pb-app-*`) and is easy to filter out of early-prefetch / * `zero-last-idb-name` persistence. */ export declare const IDB_DATABASES_DB_NAME = "protocolbase-databases"; /** Namespace db name in test to isolate tests' indexeddb state. */ export declare function setupForTest(): void; export declare function teardownForTest(): Promise; export declare function getIDBDatabasesDBName(): string; /** True for the meta registry DB. */ export declare function isIDBDatabasesStoreName(name: string): boolean; //# sourceMappingURL=idb-databases-store-db-name.d.ts.map