import * as t from "io-ts"; //#region generated/ChipHX8055ExtendProperty.d.ts declare const ChipHX8055ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegFirst: t.Type; RegSecond: t.Type; RegThird: t.Type; RegFourth: t.Type; }>, t.PartialC<{}>]>; /** * Codec for {@link ChipHX8055ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipHX8055.decompiled.cs:1573 */ declare const ChipHX8055ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegFirst: t.Type; RegSecond: t.Type; RegThird: t.Type; RegFourth: t.Type; }>, t.PartialC<{}>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipHX8055ExtendProperty">; }>]>; interface ChipHX8055ExtendProperty extends t.TypeOf {} //#endregion export { ChipHX8055ExtendPropertyBase as n, ChipHX8055ExtendProperty as t }; //# sourceMappingURL=ChipHX8055ExtendProperty-995g-Upj.d.mts.map