/** @codex-xmi-id 9ff095ff-7222-55c3-9a20-e6c12be54705 */ export declare enum ExecutionMode { spawn = "spawn", worker = "worker", remote = "remote" }