import type { SkillDisclosureLevel, SkillLoadResult } from '../types/skills/index.js'; import { type Logger } from '../utils/logger.js'; export declare const SKILL_FILENAME = "SKILL.md"; export declare function loadSkill(dirPath: string, level?: SkillDisclosureLevel, log?: Logger): Promise; export declare function discoverSkills(parentDir: string, log?: Logger): Promise; //# sourceMappingURL=loader.d.ts.map