export declare function readBlobText(blob: Blob, FileReader: {
    new (): FileReader;
}): Promise<string>;
