declare function utf8_to_b64(str: string): string; declare function b64_to_utf8(str: string): string; export { utf8_to_b64, b64_to_utf8 };