import type { CodeGraph } from './types'; export interface IncrementalBuildOptions { scope?: string; projectRoot?: string; projectName?: string; } /** * 增量构建代码知识图谱 */ export declare function buildCodeKnowledgeGraphIncremental(options?: IncrementalBuildOptions): Promise; //# sourceMappingURL=incremental-build.d.ts.map