/** * @Title: 格式化日期 * @Describe: * @Author: Wzw * @param {string} date * @param {string} format */ export declare const formatDate: (date: any, format?: string[]) => any;