declare const download: (data: string, strFileName: string, strMimeType?: string) => any; export default download;