/** * @author pontx * @description SKILL 共享工具函数,供 pontx skill 和 sdk-cli skill 复用 */ /** * 写入 SKILL 文件(确保目录存在) */ export declare function writeSkillFile(outputPath: string, content: string): Promise;