import type { AgentConfig } from '../types/agentConfig.js'; import type { ReplyNode } from '../types/flow.js'; import type { RunState } from './durable/types.js'; export declare function buildAgentReplyNode(agent: AgentConfig, run?: RunState): ReplyNode;