/** * Executor Registry — CLI (2.10.0). * * `jensen executor list|show|status|register|activate|heartbeat|deactivate|retire` * * Machine-readable `--json` exposes stable DTOs; human output is a compact * key: value block. Operators never need to inspect registry files. */ export declare function printExecutorUsage(): string; export declare function handleExecutorCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map