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