/**
* Gets day count of month.
*/exportdeclareconstgetDayCount: (date: Date) =>number;
/**
* Gets first year of decade.
*/exportdeclareconstgetDecade: (date: Date) =>number;
/**
* Checks if year is leap year.
*/exportdeclareconstisLeapYear: (date: Date) =>boolean;