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