/** * 上个月的 起止时间 */ declare const lastMonth: (format?: string) => string[]; export default lastMonth;