export declare enum ActivityCancelReason { WRONG_TIME_PLACE = "wrong_time_or_place", TOO_MANY_MISSIONS = "too_many_missions", NO_TIME = "no_time", PERSONAL = "personal", OTHER = "other" }