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