/**
 * Turns the first letter into upper case and the rest lowercase
 */
export declare const capitalize: (s: string) => string;
//# sourceMappingURL=capitalize.function.d.ts.map