/** * @see upperFirst */ declare const UpperFirst: (string: string) => string; export default UpperFirst;