/** * @author Blake Embrey * Code from {@link https://github.com/blakeembrey/change-case} */ /** * Title cases a string. * @param input The string to title-case. * @returns The title-cased string. */ export declare function titleCase(input: string): string; //# sourceMappingURL=titleCase.d.ts.map