export declare enum AttendanceStatus {
    PRESENT = "present",
    ABSENT = "absent",
    UNKNOWN = "unknown"
}
