export declare function hexToBase64(hexStr: string): string;
export declare function base64ToHex(base64Str: string): string;
export declare function byteToHex(value: number): string;
