type DownloadData = string | Blob | ArrayBuffer | ArrayBufferView; export declare function download(data: DownloadData, filename: string, type: string): void; export {};