declare function lowerCase(str: string): string; export default lowerCase;