/** * * `platform` - Platform * * `mentor` - Mentor */ export declare enum DisclaimerScopeEnum { PLATFORM = "platform", MENTOR = "mentor" }