export const NUM_HEX_IN_LONG: 16; export const HEX_LOWER: number[]; export function randomHex(e: any): any; export function toHex(e: any): any; export function toLowerCaseHex(e: any): any; export function parseHex(e: any): ArrayBufferLike; export function hexAt(e: any, t: any): number; export function hexOrThrow(e: any): any; export function bytesToBuffer(e: any): any; export function bytesToDebugString(e: any): any; export function createHexLong(e: any, t?: boolean): string; export function createHexLongFrom32Bits(e: any, t: any, r?: boolean): string; export function hexLongToHex(e: any): any; export function hexLongIsNegative(e: any): boolean; export function negateHexLong(e: any): any;