import type { DayOfWeek, Month, Week } from './types'; export declare function getNthWeekdayOfMonth(week: Week, dayOfWeek: DayOfWeek, month: Month, year: number): Date;