import type { OutputSnapshot } from "@smithers-orchestrator/driver/OutputSnapshot"; export type SerializedCtx = { runId: string; iteration: number; iterations: Record; input: unknown; outputs: OutputSnapshot; };