| 1 | import { createInterface } from "node:readline/promises"; |
| 2 | import { stdin as input, stdout as output } from "node:process"; |
| 3 | import { RuntimeClient, type RuntimeEvent } from "./runtime-client.ts"; |
| 4 | import { RuntimeEventCursor } from "./runtime-event-cursor.ts"; |
nothing calls this directly
no test coverage detected