/** * Converts the first character of string to upper case and the remaining to lower case. * * @internal */ export declare function capitalize(str: string): string;