import type { Command } from "commander"; /** * `renaiss-shipflow priorities` — read the standing priorities doc the loop * consults at intake (issue #211 slice 1). Purely local (repo file, no API): * parses `docs/PRIORITIES.md` and prints the ordered greenlit work classes + * WIP shares. The doc is human-edited ONLY — this command (and the loop) never * writes it. `found: false` / an empty class list means there is no standing * policy: intake escalates product-priority sign-off exactly as before. */ export declare function registerPrioritiesCommand(program: Command): void; //# sourceMappingURL=priorities.d.ts.map