declare const isLastCharUpper: (str: string) => boolean;
export { isLastCharUpper };
export default isLastCharUpper;
