/** * @file month 月相关方法 */ export declare function daysInMonth(year: number, month: number): number; //# sourceMappingURL=month.d.ts.map