export declare enum ActivityCancelReason { ATTENTION_TO_THE_TIME = "attention_to_the_time", TO_FAR_AWAY = "to_far_away", ANOTHER_BETTER_MISSION = "another_better_mission", NOT_FEELING_SAFE = "not_feeling_safe", WASNT_SURE = "wasnt_sure", HAD_PROBLEM = "had_problem", PERSONAL_REASON = "personal_reason", OTHERS = "others" }