/// import fs from "fs"; export declare function downloadFileAsync(uri: string, dest: fs.PathLike): Promise;