import { AgentState, ChatModel } from '../state.js'; /** * Main extraction node with multi-agent conversation */ export declare function extractionNode(state: AgentState, chat: ChatModel): Promise>; //# sourceMappingURL=extractionNode.d.ts.map