import { ProgressCallback } from './types'; export declare function fetchBlob(url: string, callback?: ProgressCallback): Promise;