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