export type { RegisterWatcherInput, RegisterPollingWatcherInput, WatcherRegistryOptions } from './registry.js'; export { WatcherRegistry } from './registry.js'; export type { WatcherStoreSnapshot } from './store.js'; export { getWatcherStorePath, loadWatcherSnapshot, loadWatcherSnapshotFromPath, resolveWatcherStorePath, saveWatcherSnapshot, saveWatcherSnapshotToPath, } from './store.js'; //# sourceMappingURL=index.d.ts.map