import type { CalendarDate } from './types.js'; export declare function getYearlyDates(startDate: CalendarDate, endDate: CalendarDate): CalendarDate[];