import Foundation public enum HelperInstallState: Equatable { case unknown case notInstalled case installed }