import type { GraphEdge } from "audit-tools/shared"; export declare const MAVEN_MODULE_EDGE_CONFIDENCE = 0.87; export declare function extractMavenModuleEdges(fromPath: string, content: string, pathLookup: Map): GraphEdge[]; //# sourceMappingURL=maven.d.ts.map