import type { InitAnswers } from "./types.js"; /** * Generate an eval.config.ts file content. * Pure function — no I/O. */ export declare function generateConfigTemplate(answers: InitAnswers): string; //# sourceMappingURL=config-template.d.ts.map