/** * Scheduler Foundation — CLI (2.12.0). * * `jensen scheduler list|show|enqueue|cancel|run|preview` * * Machine-readable `--json` exposes stable DTOs; human output is a compact * key: value block. `run` produces durable assignments; `preview` is a read-only * dry run. Neither executes missions. */ export declare function printSchedulerUsage(): string; export declare function handleSchedulerCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map