//#region generated/DeviceTypes.d.ts /** @category Enums */ declare enum DeviceTypesEnum { FirstScaleDevice = 0, Scanner = 1, FunctionCard = 2, Distributor = 3, Sender3D = 4 } /** * Codec for {@link DeviceTypesEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ProtocolEnum.decompiled.cs:2101 */ declare const DeviceTypes: import("io-ts").Type; //#endregion export { DeviceTypes, DeviceTypesEnum }; //# sourceMappingURL=DeviceTypes.d.cts.map