import type { GraphEdge } from "audit-tools/shared"; export declare const GO_WORKSPACE_MODULE_EDGE_CONFIDENCE = 0.87; export declare function stripGoLineComment(line: string): string; export declare function splitGoWorkspaceSpecifiers(value: string): string[]; export declare function extractGoWorkspaceModuleEdges(fromPath: string, content: string, pathLookup: Map): GraphEdge[]; //# sourceMappingURL=go.d.ts.map