export declare function startOfMonthDate(year: number, monthIndex: number): Date; export declare function endOfMonthDate(year: number, monthIndex: number): Date; export declare function isSameMonth(currentMonth: Date | null | undefined, mi: number, year: number): boolean; //# sourceMappingURL=calendar-month.d.ts.map