/** * Mission Control Plane — CLI (2.9.0). * * `jensen mission list|show|tree|attempts|ownership|result|evidence|resume|cancel|recover` * * This is the durable-mission operator surface. It routes through * MissionControlService rather than touching stores/session files directly, and * supports `--json` for stable machine-readable DTO output. Human output is a * compact key: value block, never a raw JSON dump by default. */ export declare function printMissionControlUsage(): string; export declare function handleMissionControlCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map