/** * Parse hex str to an int * @param str - hex string to parse */ export declare function parseHexInt(str: `${string}${string}`): number;