/** * Skills installation functions. * Delegates installation to CAAMP. * * @epic T4454 * @task T4521 */ /** * Install a single skill via CAAMP. */ export declare function installSkill(skillName: string, projectDir?: string): Promise<{ installed: boolean; path: string; error?: string; }>; //# sourceMappingURL=install.d.ts.map