import type { GraphEdgeCache } from "../extractors/graph.js"; export declare function graphEdgeCachePath(artifactsDir: string): string; export declare function loadGraphEdgeCache(artifactsDir: string): Promise; export declare function writeGraphEdgeCache(artifactsDir: string, cache: GraphEdgeCache): Promise; //# sourceMappingURL=graphEdgeCache.d.ts.map