import type { ProductGraph } from '../graph/graph-types.js'; import type { NodeChange, ImpactEntry } from './plan-types.js'; export declare function propagateImpact(graph: ProductGraph, changes: readonly NodeChange[]): ImpactEntry[]; //# sourceMappingURL=propagator.d.ts.map