/** * Capitalize the first letter of a string. */ declare function capitalize(string: S): Capitalize; export { capitalize as c };