/** * 将字符串的首字母大写 * @param str * @returns */ export declare const toCapitalString: (str: string) => string;