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