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