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