import type { ManifestIR } from '../manifest'; import type { Template, GeneratedFile } from './types'; /** * Run a template against a manifest and write output files */ export declare function runTemplate(template: Template, manifest: ManifestIR, options?: { dryRun?: boolean; }): Promise; //# sourceMappingURL=runner.d.ts.map