import type { Hex } from "viem"; /** * Returns if two hex strings are equal * @param a * @param b */ export declare function hexEq(a?: Hex, b?: Hex): boolean;