import type { ProjectProfile, ProjectSnapshot, RecommendationPlan, GenerationPlan } from '../types/index.js'; export declare function buildPlan(profile: ProjectProfile, snapshot: ProjectSnapshot, recommendation: RecommendationPlan): GenerationPlan;