import { type WeekDayNumber } from "../constants.js"; import type { ComPlainDate } from "../PlainDate.js"; /** * Get the ISO weekday number (1-7) starting with Monday from a plain-date. */ export declare function weekDayNumber(date: ComPlainDate): WeekDayNumber; //# sourceMappingURL=weekDayNumber.d.ts.map