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