import { Dayjs } from "dayjs"; export declare function toDayJSWeekday(refDate: Date, offset: number, modifier?: "this" | "next" | "last"): Dayjs; export declare function toDayJSClosestWeekday(refDate: Date, offset: number): Dayjs;