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