Kill the process
()
| 78 | sendMessage(content: string, sessionId?: string): void; |
| 79 | /** Kill the process */ |
| 80 | kill(): void; |
| 81 | /** Wait for the process to exit. Returns the exit code. */ |
| 82 | wait(): Promise<number>; |
| 83 | /** Register a handler for parsed JSONL events */ |