import { type DeltaHook } from '@struktoai/mirage-core/watch/index'; import type { GridFSAccessor } from '../../accessor/gridfs.ts'; export declare function buildDeltaHook(accessor: GridFSAccessor): DeltaHook; //# sourceMappingURL=watch.d.ts.map