export declare const convertByteArrayToHexString: (bytes: Uint8Array, uppercase?: boolean) => string;