import type { ChunkPlan, GenerateChunkPlanInput } from './types.js'; export declare function generateChunkPlan(input: GenerateChunkPlanInput): Promise; //# sourceMappingURL=planner.d.ts.map