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