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