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