/** The type of Radio Downloader. */ export declare enum RadioDownloaderType { /** Connects to Checkmate via USB cable */ Usb = "Usb", /** Connects to Checkmate via Ethernet cable */ Ethernet = "Ethernet" } //# sourceMappingURL=radio_downloader_type.d.ts.map