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