/** * Check if a date is the last day of its month. */ export declare function isLastDayOfMonth({ year, month, day }: { year: number | string; month: number | string; day: number | string; }): boolean; //# sourceMappingURL=isLastDayOfMonth.d.ts.map