/**
 *
 * @param year {number}
 * @returns {boolean}
 */
export declare function isLeapYear(year: number): boolean;
