declare module 'date-fns/get_days_in_month' {
import {getDaysInMonth} from 'date-fns'
export = getDaysInMonth
}