/** * Convert number to hexadecimal */ declare const toHex: (num: number) => string; export { toHex };