declare const uppercaseFirstLetter: (string: string) => string; export { uppercaseFirstLetter };