import type { ProductGraph } from '../graph/graph-types.js'; import type { Plan } from './plan-types.js'; export declare function createPlan(prev: ProductGraph, next: ProductGraph): Plan; /** * Create first-build plan (no previous graph). */ export declare function createInitialPlan(graph: ProductGraph): Plan; //# sourceMappingURL=planner.d.ts.map