export declare const downloadBlob: (blobUrl: string, fileName: string) => Promise<void>;
