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