import type { GraphBundle, GraphEdge } from "audit-tools/shared"; import type { ReviewPacketGraphEdge, ReviewPacketQuality } from "../types/reviewPlanning.js"; export declare function roundQuality(value: number): number; export declare function buildPacketGraphContext(filePaths: string[], graphEdges: GraphEdge[], graphBundle?: GraphBundle): { keyEdges: ReviewPacketGraphEdge[]; boundaryFiles: string[]; entrypoints: string[]; quality: ReviewPacketQuality; }; //# sourceMappingURL=reviewPacketGraphContext.d.ts.map