import type { SkillInstallResult } from "./types"; /** * Install skills from source to workspace .opencode/skills directory * 从源目录安装技能到工作区的 .opencode/skills 目录 */ export declare function installSkills(workdir: string): SkillInstallResult[];