export declare enum ExecutionMode { spawn = "spawn", worker = "worker", remote = "remote" }