import type { ProjectGenerationPlan } from './types.js'; /** * Write all files from a generation plan and run deferred generator steps. * * Returns absolute paths for the files predicted by `planProjectGeneration`. */ export declare const materializeProjectGeneration: (plan: ProjectGenerationPlan) => Promise<{ targetDirectoryPath: string; files: string[]; }>; //# sourceMappingURL=materializeProjectGeneration.d.ts.map