export declare function downloadFile(blobOrUrl: Blob | string, filename?: string): Promise;