export declare enum ActivityNoShowReason { ATTENTION_TO_THE_TIME = "attention_to_the_time", LATE_TO_START = "late_to_start", ERROR_TO_START = "error_to_start", COULD_NOT_CANCEL = "could_not_cancel", PERSONAL_REASON = "personal_reason", OTHERS = "others" }