import type { ProductGraph } from '../graph/graph-types.js'; import type { NodeChange } from './plan-types.js'; export declare function diffGraphs(prev: ProductGraph, next: ProductGraph): NodeChange[]; //# sourceMappingURL=differ.d.ts.map