/** * An (helper) enum which can be used for the days of the week * @since 1.2.0 */ export declare enum Weekday { Sunday = 0, Monday = 1, Tuesday = 2, Wednesday = 3, Thursday = 4, Friday = 5, Saturday = 6 } //# sourceMappingURL=Weekday.enum.d.ts.map