/** * Remove all disk + RunState steer artifacts for a run that has gone terminal. * Best-effort: each step is individually guarded; the function never throws. * * Steps: * 1. Delete pending approval marker(s) correlated to this runId (by runId field). * 2. Unlink .bober/runs//guidance.jsonl + paused.json (tolerate ENOENT). * 3. Clear RunState pending/paused fields (pendingCheckpointId, pendingPrompt, * pendingSince, pausedAt) while leaving the terminal status (completed/aborted) as-is. */ export declare function cleanupTerminalRun(projectRoot: string, runId: string): Promise; //# sourceMappingURL=steer-cleanup.d.ts.map