import { DateType } from'../types';
/**
* Returns whether 2 Dates are the same day in UTC.
*
* Compare to `date-fns.isSameDay`, which uses local time
*/exportdeclareconstisSameUTCDay: (day1?: DateType, day2?: DateType) =>boolean;
//# sourceMappingURL=isSameUTCDay.d.ts.map