/**
 * Checks if  year is a leap
 */
export declare function isLeapYear(year: number): boolean;
