import * as t from "io-ts"; //#region generated/ChipCNS7153ExtendProperty.d.ts declare const ChipCNS7153ExtendPropertyBase: 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 ChipCNS7153ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipCNS7153.decompiled.cs:1579 */ declare const ChipCNS7153ExtendProperty: 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<"ChipCNS7153ExtendProperty">; }>]>; interface ChipCNS7153ExtendProperty extends t.TypeOf {} //#endregion export { ChipCNS7153ExtendPropertyBase as n, ChipCNS7153ExtendProperty as t }; //# sourceMappingURL=ChipCNS7153ExtendProperty-DOYvoHIA.d.mts.map