export default function isSameDay(date: string | Date, dateToCompare: string | Date): boolean;