/** * 下载 NodeJS LTS 版本 * @param dir 下载目录 */ export declare function downloadNodeJS(dir: string): Promise;