export declare const HexUtils: { toHex: (value: any) => string; hexToString: (str: string) => string; hexToBytes: (hex: string) => number[]; };