/** * * `talk` - talk * * `repeat` - repeat */ export declare enum TaskTypeEnum { TALK = "talk", REPEAT = "repeat" }