import type { AgentSkill } from "./skillTypes.js"; /** * Lists skills from the per-user skills root. * Expects: userRoot may be missing; missing roots return an empty list. */ export declare function skillListUser(userRoot: string): Promise; //# sourceMappingURL=skillListUser.d.ts.map