import { type Interval } from "date-fns"; export declare function eachMonthOfInterval(interval: Interval): Date[];