import { type DeltaHook } from '@struktoai/mirage-core/watch/index'; import type { HfAccessor } from '../../accessor/hf.ts'; /** * Build the delta hook shared by every Hugging Face resource. * * One recursive tree listing per pull, fingerprinted on the Hub's ETag. A * mount pinned to an immutable `revision` cannot report a change, because the * revision it reads is frozen by definition; the hook is only meaningful * against a moving ref such as `main`. */ export declare function buildDeltaHook(accessor: HfAccessor): DeltaHook; //# sourceMappingURL=watch.d.ts.map