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