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