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