/** * cycle command - Agent Skill Bus feedback loop * CHECK → DISPATCH → HEALTH → RECORD → REPORT */ import { Command } from "commander"; export declare function registerCycleCommand(program: Command): void; //# sourceMappingURL=cycle.d.ts.map