import type { IDEType, SkillMeta } from '../types/index.js'; export declare function listAvailableSkills(): SkillMeta[]; export declare function getIDESkillsDir(ide: IDEType, cwd: string): string; export declare function installSkills(skillFilter: string, ide: IDEType, cwd: string): number; export declare function installMasterRule(ide: IDEType, cwd: string): boolean; export declare function installPrompts(ide: IDEType, cwd: string): number; //# sourceMappingURL=skill-installer.d.ts.map