/** * * `every` - every * * `first_only` - first_only */ export declare enum GradePostedNotifyModeEnum { EVERY = "every", FIRST_ONLY = "first_only" }