/** * daemon/launch-cli.ts — `aibroker launch `, a session from a shell. * * Launching already existed over IPC, reachable from a session that has the * tool. That is the wrong shape for the one case that matters most: bringing * work back after the machine restarted. At that moment there is no session to * hold the tool — that is the whole problem — so the capability has to be * reachable from a script and from a bare prompt, which means a CLI verb. * * It prints the iTerm session id because the caller's next move is almost * always to manage or arm the thing it just created, and that needs the id. */ export declare function runLaunch(args: string[]): Promise; //# sourceMappingURL=launch-cli.d.ts.map