interface SkillResources { skills: { path: string; enabled: boolean; metadata: { source: string; scope: string; origin: string; baseDir?: string; }; }[]; configured: { source: string; scope: string; installedPath?: string; }[]; } export declare function skillResourceName(path: string): string; export declare function resolveSkillResources(cwd: string): Promise; export {}; //# sourceMappingURL=skill-resources.d.ts.map