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