/** * Check if the input string is empty */ declare const isEmpty: (str: string) => boolean; export default isEmpty;