/** * TanStack Sync Module * * Provides local-first sync with background synchronization. */ export { SyncCollection, createSyncCollection, SyncEngine, } from './sync-collection' export type { SyncEngineOptions } from './sync-collection'