export declare function isLeapYear(dateYear?: Date | number): boolean;
