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