import type { DayOfWeek } from './types.js'; export declare function getWeeklyDates(dayOfWeek: DayOfWeek, startDate: Date, endDate: Date): Date[];