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