export declare enum UserTypes { COMPANY = "company", ESTABLISHMENT = "establishment", CHAIN = "chain", WORKER = "worker", ADMIN = "admin" }