import type { HookInput, GuardResult } from '../../core/index.js'; /** * Scope drift guard: fires PreToolUse on Edit|Write. * Warns when editing files outside the claimed ticket's scope. * Writes state to disk so warnings survive context compaction. */ export declare function scopeDriftGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=scope-drift.d.ts.map