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