import type { GraphEdge } from "audit-tools/shared"; export declare function extractJsonSchemaReferenceEdges(fromPath: string, content: string, pathLookup: Map): GraphEdge[]; export declare function extractSchemaContractTestEdges(fromPath: string, content: string, pathLookup: Map): GraphEdge[]; export declare function extractBoundedSuiteEdges(pathLookup: Map, fileContents: Record, graphEdges: GraphEdge[]): GraphEdge[]; //# sourceMappingURL=graphSuites.d.ts.map