import type { AgentSkill, SkillSource } from "./skillTypes.js"; /** * Lists skills found under the given root directory. * * Expects: root can be missing or not a directory; those cases return an empty list. */ export declare function skillListFromRoot(root: string, source: SkillSource): Promise; //# sourceMappingURL=skillListFromRoot.d.ts.map