import type { InitAnswers } from "./types.js"; /** * Generate a GitHub Actions workflow for eval CI. * Pure function — no I/O. */ export declare function generateWorkflowTemplate(answers: InitAnswers): string; //# sourceMappingURL=workflow-template.d.ts.map