//#region generated/OddAndEven.d.ts /** @category Enums */ declare enum OddAndEvenEnum { Even = 0, Odd = 1 } /** * Codec for {@link OddAndEvenEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.CorrectionProtocol.decompiled.cs:2009 */ declare const OddAndEven: import("io-ts").Type; //#endregion export { OddAndEven, OddAndEvenEnum }; //# sourceMappingURL=OddAndEven.d.mts.map