import * as t from "io-ts"; //#region generated/ChipDM413ExtendProperty.d.ts declare const ChipDM413ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstReg: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>; /** * Codec for {@link ChipDM413ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipDM413.decompiled.cs:39 */ declare const ChipDM413ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstReg: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipDM413ExtendProperty">; }>]>; interface ChipDM413ExtendProperty extends t.TypeOf {} //#endregion export { ChipDM413ExtendPropertyBase as n, ChipDM413ExtendProperty as t }; //# sourceMappingURL=ChipDM413ExtendProperty-BE8o1p8L.d.cts.map