import type { ExecCodexSkillInheritance, ExecConfig } from './types.js'; interface BuildExecWorkflowOptions { workflowName: string; taskDescription: string; codexSkillInheritance: ExecCodexSkillInheritance; } export declare function buildReviewReportName(actorName: string): string; export declare function buildExecWorkflowYaml(config: ExecConfig, options: BuildExecWorkflowOptions): string; export {}; //# sourceMappingURL=workflowTemplate.d.ts.map