//#region generated/DeviceType.d.ts /** @category Enums */ declare enum DeviceTypeEnum { Sender = 1, Scanner = 2, All = 3 } /** * Codec for {@link DeviceTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.CorrectionProtocol.decompiled.cs:1650 */ declare const DeviceType: import("io-ts").Type; //#endregion export { DeviceType, DeviceTypeEnum }; //# sourceMappingURL=DeviceType.d.cts.map