/** * Download from `url` and save at `filePath`. * @param {string} url * @param {string} filePath * @returns {Promise} */ export default function request(url: string, filePath: string): Promise;