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