import type { Interval } from "../_lib/types"; export default function eachWeekendOfInterval(interval: Interval): string[];