export declare function byteArray2hexStr(byteArray: Array<number> | Uint8Array): string;
