export declare function toText(content: Blob | BufferSource | string): Promise; export declare function base64ToText(base64: string): Promise; export declare function textToBlob(text: string, type?: string): Blob; export declare function textToUint8Array(text: string): Uint8Array; export declare function textToBase64(text: string): Promise; //# sourceMappingURL=TextConverter.d.ts.map