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