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