/** * Skill Template Workflow Modules * * This file is generated by splitting the legacy monolithic * templates file into workflow-focused modules. */ import type { SkillTemplate } from '../types.js'; export declare function getFeedbackSkillTemplate(): SkillTemplate; //# sourceMappingURL=feedback.d.ts.map