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