/** * 下载 DeskGo 工具并重命名文件 * @param dir 下载目标目录 */ export declare function downloadDeskGo(dir: string): Promise;