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