declare const isHexadecimal: (ch: string) => boolean; export default isHexadecimal;