export declare const bytesToHex: (bytes: Uint8Array) => string; /** * Pads a `String` to have an even length * @param value * @return output */ export declare function padToEven(value: string): string; export declare const hexToBytes: (hex: string) => Uint8Array; //# sourceMappingURL=util.d.ts.map