export * from "./warn"; /** * 字符串首字母大写 * @param str 字符串 */ export declare function toFirstLetterUpper(str: string): string;