//#region generated/HighLowBitsType.d.ts /** @category Enums */ declare enum HighLowBitsTypeEnum { Horizontal_LeftHigh = 0, Horizontal_RightHigh = 1, Vertical_UpHigh = 2, Vertical_DownHigh = 3 } /** * Codec for {@link HighLowBitsTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:73673 */ declare const HighLowBitsType: import("io-ts").Type; //#endregion export { HighLowBitsType, HighLowBitsTypeEnum }; //# sourceMappingURL=HighLowBitsType.d.cts.map