import type { HarnessEvent } from "@claudexor/schema"; type Json = any; /** * Map an OpenCode `run --format json` ND-JSON event to normalized events * (best-effort across versions; validated against recorded fixtures). * Returns `null` for unrecognized shapes so the run loop can COUNT drops * instead of silently degrading to an empty stream. */ export declare function parseOpenCodeEvent(obj: Json, sessionId: string): HarnessEvent[] | null; export {}; //# sourceMappingURL=parse.d.ts.map