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