/** * * `sync` - sync * * `async` - async */ export declare enum TaskModeEnum { SYNC = "sync", ASYNC = "async" }