/** * Convert hex to int */ export declare function hex_int_(hex:string):number export { hex_int_ as _hex_int, hex_int_ as _int__hex, }