/** * 从 GitHub 下载 Bun 运行时并解压安装 * @param dir 下载目标目录 * @throws 如果找不到对应的下载文件 */ export declare function downloadBun(dir: string): Promise;