import { KnowledgeGraph } from '../graph/types.js'; export declare const processStructure: (graph: KnowledgeGraph, paths: string[]) => void;