export declare function isLeapYear(year: number): boolean; export declare function daysInYear(year: number): number; //# sourceMappingURL=year.d.ts.map