/** * * `platform` - Platform * * `mentor` - Mentor * * `user` - User */ export declare enum AuthScopeEnum { PLATFORM = "platform", MENTOR = "mentor", USER = "user" }