/** * 首字母大写 */ export declare const capitalize: (str: string) => string;