/** * PGLite Integration Module * * Provides TanStack-style collections backed by PGLite local database. */ export { PGLiteCollection, createPGLiteCollection, PGLiteStore, } from './pglite-collection'; export type { PGLiteStoreOptions } from './pglite-collection'; //# sourceMappingURL=index.d.ts.map