export default function isWithinInterval(day: string | Date, { start, end }: { start: string | Date; end: string | Date; }): boolean;