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