declare module 'date-fns/is_last_day_of_month' { import {isLastDayOfMonth} from 'date-fns' export = isLastDayOfMonth }