import { CLIType } from '../types'; interface InstallSkillOptions { repoUrl: string; gitPath?: string; cliTargets?: CLIType[]; skipConfirmation?: boolean; installPath?: 'global' | 'local'; currentDir?: string; } export declare function installSkill(options: InstallSkillOptions): Promise; export {}; //# sourceMappingURL=install.d.ts.map