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