//#region ../@warlock.js/seal/src/types/date-types.d.ts /** * Week day names for validation */ type WeekDay = "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday"; /** * Week day numbers mapping */ declare const WEEK_DAYS: Record; //#endregion export { WEEK_DAYS, WeekDay }; //# sourceMappingURL=date-types.d.mts.map