/** Делает первый символ слова заглавным */
export declare function capitalizeFirstLetter(string: string): string;
