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