export interface SkillInfo { name: string; description: string; dirPath: string; hasScripts: boolean; hasReferences: boolean; hasAssets: boolean; frontmatter: Record; } /** Discover Claude Code skills on this machine */ export declare function discoverClaudeCodeSkills(): Promise; /** Discover bundled skills in this package */ export declare function discoverBundledSkills(): Promise; //# sourceMappingURL=discover.d.ts.map