/** * @see upperFirst */ declare const UpperFirst: (string: string) => string; export default UpperFirst; //# sourceMappingURL=upper-first.d.ts.map