/** * 过去 n 个月 起止时间 */ declare const beforeMonth: (num?: number, format?: string) => string[]; export default beforeMonth;