/** * @since 0.1.0 * * @packageDocumentation */ /*! * @maddimathon/utility-typescript@2.0.0-beta.2 * @license MIT */ /** * Converts the given string to title case. * * @param input String to convert. * * @return Title case version of the input string. * * @source */ export declare function toTitleCase(input: string): string; //# sourceMappingURL=toTitleCase.d.ts.map