declare function isLeapYear(year: number): boolean;

export = isLeapYear;
