/** * 下载 NPM 包并打包成 zip * @param name NPM 包名 * @throws {Error} 如果目标文件夹已存在 */ export declare function downloadNpm(name: string): Promise;