import { DateAdapter, DateTime } from '@rschedule/core'; export default function getNthWeekdayOfMonth( date: DateTime, weekday: DateAdapter.Weekday, nth: number, ): DateTime;