//#region generated/BurrnPackType.d.ts /** @category Enums */ declare enum BurrnPackTypeEnum { MCU = 0, FPGA = 1, FontLib = 2, GammaTable = 3, FunctionTable = 4, OTHER = 5 } /** * Codec for {@link BurrnPackTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ProtocolEnum.decompiled.cs:2296 */ declare const BurrnPackType: import("io-ts").Type; //#endregion export { BurrnPackType, BurrnPackTypeEnum }; //# sourceMappingURL=BurrnPackType.d.mts.map