declare const lowerFirst: (str: string) => string; export default lowerFirst;