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