export function decodeUTF8(s: any): Uint8Array;
export function encodeUTF8(arr: any): string;
export function encodeBase64(arr: any): string;
export function decodeBase64(s: any): Uint8Array;
