declare module 'date-fns/difference_in_months' {
import {differenceInMonths} from 'date-fns'
export = differenceInMonths
}