/** * Kimi normalizer — ADR 0062 slice 3. * * Driven with `kimi -p --output-format stream-json`. Kimi tags each frame with an * `event` discriminator and folds a tool call and its result under one `tool` * event distinguished by `phase`. Restore is `-S [id]` (`-c` continues the * latest). Streaming + resume-by-id → `durable-resume`. */ import { type HarnessNormalizer } from "./types.ts"; export declare const kimiNormalizer: HarnessNormalizer;