declare function getDaysInMonthForDate(date: string | number | Date): number; export default getDaysInMonthForDate;