import { DateType } from'../types';
/**
* Returns whether a given day is today, in UTC
*
* Compare to `date-fns.isToday`, which compares using local time
*/exportdeclareconstisCurrentUTCDay: (day?: DateType) => day is Date;
//# sourceMappingURL=isCurrentUTCDay.d.ts.map