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