/// export declare function textToBase64(text: string): string; export declare function base64ToText(text: string): string | Buffer;