/** * * `university` - University * * `college` - College * * `institute` - Institute * * `academy` - Academy * * `other` - Other */ export declare enum InstitutionTypeEnum { UNIVERSITY = "university", COLLEGE = "college", INSTITUTE = "institute", ACADEMY = "academy", OTHER = "other" }