/** * Unity MCP Vertical Slice — CLI (2.13.0). * * `jensen unity inspect [--json]` * `jensen unity schedule-proof [--json]` * `jensen unity server-config [--json]` * * One-shot, process-lifetime operations. `inspect` verifies SSH, connects to * the real Unity MCP relay, discovers enabled tools, performs a read-only * Console observation, records Evidence, and disconnects. `schedule-proof` * proves Mission → Scheduler → Assignment → Unity executor designation and * STOPS there; it does not execute anything. No persistent worker is implied. */ export declare function printUnityUsage(): string; export declare function handleUnityCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map