declare function upperFirst(str: string): string; export { upperFirst as default };