/** * Converts string to Start Case. * Drop-in replacement for lodash/startCase. */ export default function startCase(string: string): string;