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