import type { TaskType } from './type-registry.js'; export interface SkillPair { implement: string; review: string; } export declare function loadSkill(type: TaskType, skillsDir: string, subtype?: string): Promise; export declare function clearSkillCache(): void; //# sourceMappingURL=skill-loader.d.ts.map