import type { AgentChatEvent } from "../types.js"; import type { AgentHarnessEvent } from "./types.js"; export declare function agentHarnessEventToAgentChatEvents(event: AgentHarnessEvent): AgentChatEvent[]; export declare function stringifyResult(value: unknown): string; //# sourceMappingURL=translate.d.ts.map