/** * 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'; import type { SkillContext } from '../../shared/skill-generation.js'; export declare function getExploreSkillTemplate(ctx?: SkillContext): SkillTemplate; export declare function getOpsxExploreCommandTemplate(ctx?: SkillContext): CommandTemplate; //# sourceMappingURL=explore.d.ts.map