export declare function isLeapYear(year: number): boolean; export declare function daysInYear(year: number): number;