export declare function buildKnowledgeGraph(cwd: string): Promise; export declare function queryKnowledgeGraph(concept: string, cwd: string): Promise; //# sourceMappingURL=knowledge-graph.d.ts.map