/**
 * Put the first later of the string in capital letter
 * @param value value to update
 */
export declare function capitalize(value?: string): string;
