/** * Shared Module * * Common utilities and base classes for TanStack collections. * These are internal implementation details - not exported from the main package. */ export { SubscriberManager, type SubscriberConfig, generateUniqueId, generateMutationId, NumericIdGenerator, isStringId, isNumberId, inferIdType, DEFAULT_SYNC_STATE, updateSyncState, copySyncState, TimerManager, ItemStore, } from './base-collection'; //# sourceMappingURL=index.d.ts.map