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