/// /** * @ Author: Hanrea * @ version: 2023-03-06 13:14:21 * @ copyright: Vecmat (c) - */ export declare const Hexstring2btye: (str: string) => any[] | null; export declare const Bytes2HexString: (b: Buffer) => string;