export interface SkillCandidate { fullName: string; repo: string; skill: string; installs: number; score: number; } export declare function autoInstallSkillsFromTask(task: string, cwd: string, sourceType?: string): Promise; //# sourceMappingURL=auto-install.d.ts.map