export declare function byteArray2hexStr(byteArray: any): string; export declare function byte2hexStr(byte: any): string;