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