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