/**
 * 下载文件
 * @param fileUrl 下载的文件路径
 * @param fileName 重命名下载文件
 */
export declare const download: (fileUrl: string, fileName?: string) => void;
