import * as t from "io-ts"; //#region generated/ChipNT27002SExtendProperty.d.ts declare const ChipNT27002SExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ REG_LENGTH: t.Type; RegisterArray: t.ArrayC>; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; }>]>; /** * Codec for {@link ChipNT27002SExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipNT27002S.decompiled.cs:918 */ declare const ChipNT27002SExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ REG_LENGTH: t.Type; RegisterArray: t.ArrayC>; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipNT27002SExtendProperty">; }>]>; interface ChipNT27002SExtendProperty extends t.TypeOf {} //#endregion export { ChipNT27002SExtendPropertyBase as n, ChipNT27002SExtendProperty as t }; //# sourceMappingURL=ChipNT27002SExtendProperty-C9bv_Q2p.d.cts.map