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