import type { AgentSkill } from "./skillTypes.js"; /** * Lists skills stored in a user-configurable skills root. * * Expects: root is a directory path; missing roots return an empty list. */ export declare function skillListConfig(root: string): Promise; //# sourceMappingURL=skillListConfig.d.ts.map