declare module 'date-fns/last_day_of_month' {
import {lastDayOfMonth} from 'date-fns'
export = lastDayOfMonth
}