import type { Interval } from "../_lib/types"; export default function isWithinInterval(date: string, interval: Interval): boolean;