/**
 *
 * @param str
 */
export declare function capitalize(str: string): string;
