declare function InLeapYear(t: number): 0 | 1;
export = InLeapYear;
