export { lowercaseFirstLetter }; declare function lowercaseFirstLetter(str: string): string;