import type { HookInput, GuardResult } from '../../core/index.js'; /** * roadmap-edit-shipped guard: PreToolUse on Edit|Write. * Blocks edits to roadmap.json that modify any sprint with status:"complete". * Shipped sprints are historical record — adding tickets, changing fields, * or removing entries retroactively creates "paper-tickets" against frozen * sprints (see GH #320 / commit 9255ee8). * * Override: set SLOPE_ALLOW_SHIPPED_EDIT=1 in the shell to bypass. */ export declare function roadmapEditShippedGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=roadmap-edit-shipped.d.ts.map