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