/** * `ai-dossier runstate` — post, read, and verify `runstate:v1` milestones. * * Issue-workflow dossiers used to ask agents to hand-reproduce a markdown heredoc after * every phase. These subcommands make the milestone a command instead of a template, so * the format, the timestamp, and the per-phase required keys are enforced rather than * hoped for. */ import type { Command } from 'commander'; /** Registers the `runstate` command tree (post, last, verify, mint, stats). */ export declare function registerRunstateCommand(program: Command): void; //# sourceMappingURL=runstate.d.ts.map