/** 从 Blob 读取文本 */ export declare function blobReadText(blob: Blob, encoding?: string): Promise; //# sourceMappingURL=blobReadText.d.ts.map