import { Skill } from './types.js'; export declare function getSkillPaths(cwd: string): string[]; export declare function discoverSkills(cwd: string): Promise;