export declare function blobToString(blob: Blob | string, callback: (result: string) => void): void;