export declare enum UserRole {
    ADMIN = "ADMIN",
    MANAGER = "MANAGER",
    SUPERVISOR = "SUPERVISOR",
    VIEWER = "VIEWER"
}
