/** * Makes first letter of a string uppercase * */ export declare function capitalize(word: string): string;