export declare enum UserType {
    PATIENT = 0,
    DOCTOR = 1,
    PRACTICE = 2,
    ADMIN = 3
}
//# sourceMappingURL=type.d.ts.map