import type { AnalyzerContext, Connection } from "../types.js"; /** * Builds connection graph by cross-referencing all scan results. */ export declare function buildConnections(ctx: AnalyzerContext): Connection[]; //# sourceMappingURL=builder.d.ts.map