/** * 下载 PotPlayer 播放器 * @param dir 下载目录 */ export declare function downloadPotPlayer(dir: string): Promise;