export declare enum UserRole { VIEWER = "VIEWER", ORDER_MANAGER = "ORDER_MANAGER", ADMIN = "ADMIN", STUDENT = "STUDENT", TEACHER = "TEACHER" }