export declare function bytesToBase64(data: Uint8Array): string; export declare function base64ToBytes(encoded: string): Uint8Array; export declare function bytesToHex(data: Uint8Array): string; export declare function bytesToLatin1(data: Uint8Array): string;