import { type ToolDef } from "../types.js"; /** * Conversation graphs, contributed entirely by Unreal's own toolsets. * * Same shape as `dataflow`: no native handlers behind it, every action a * generated declaration, and the category declared rather than conjured at * startup so it is in ALL_TOOLS, the golden baseline and the parameter audits * like anything else. */ export declare const conversationTool: ToolDef;