import Foundation public enum NodeRunner: Int, CaseIterable { case env case bash case shell }