/** * Worker Daemon — CLI (2.13.0). * * `jensen worker run|status|list|show` * * `run` starts a long-lived daemon (or a single `--once` cycle) bound to one * logical executor. `status`/`list`/`show` expose the durable worker read model. * Machine-readable `--json` exposes stable DTOs; human output is a compact * key: value block. */ export declare function printWorkerUsage(): string; export declare function handleWorkerCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map