export default class Days {
    static readonly SUNDAY: number;
    static readonly MONDAY: number;
    static readonly TUESDAY: number;
    static readonly WEDNESDAY: number;
    static readonly THURSDAY: number;
    static readonly FRIDAY: number;
    static readonly SATURDAY: number;
}
