export declare function bytesToHex(bytes: Uint8Array): string;
export declare function bytesToBase64(bytes: Uint8Array): string;
export declare function base64ToBytes(b64: string): Uint8Array;
export declare function uuidToBytes(uuid: string): Uint8Array;
