declare module 'date-fns/set_month' {
  import {setMonth} from 'date-fns'
  export = setMonth
}
