/** * For Node * */ /** * reference: https://stackoverflow.com/a/51624229/3156509 * */ export declare const download_file: (url: string, file_path: string) => Promise;