/** * Remote Execution — CLI (2.14.0). * * `jensen remote register|probe|status|list` * * Operator surface for the remote target catalog + reachability. It never * exposes an unrestricted remote shell; authoritative execution stays on the * Mission → Assignment → Worker path. */ export declare function printRemoteUsage(): string; export declare function handleRemoteCommand(args: string[]): Promise; //# sourceMappingURL=remote-cli.d.ts.map