/** * 格式化日期 单个字母是不补0的返回 * @param date * @param formStr */ export declare function formDate(date: string | number | Date, formStr?: string): string;