declare const homedir: string; /** Find the first existing Claude Code skills directory */ export declare function findClaudeCodeSkillsDir(): Promise; /** Get Kiro skills target directory */ export declare function getKiroSkillsDir(workspace?: string): string; /** Get bundled skills directory */ export declare function getPackageSkillsDir(): string; /** Get all known CC skill paths (for display) */ export declare function getClaudeCodePaths(): string[]; export { homedir }; //# sourceMappingURL=paths.d.ts.map