import * as t from "io-ts"; //#region generated/ChipMBI5251ExtendProperty.d.ts declare const ChipMBI5251ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ Reg_First: t.Type; Reg_Second: t.Type; Reg_Third: t.Type; Reg_Fourth: t.Type; Reg_Fifth: t.Type; Reg_Sixth: t.Type; }>, t.PartialC<{}>]>; /** * Codec for {@link ChipMBI5251ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipMBI5251.decompiled.cs:1080 */ declare const ChipMBI5251ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ Reg_First: t.Type; Reg_Second: t.Type; Reg_Third: t.Type; Reg_Fourth: t.Type; Reg_Fifth: t.Type; Reg_Sixth: t.Type; }>, t.PartialC<{}>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMBI5251ExtendProperty">; }>]>; interface ChipMBI5251ExtendProperty extends t.TypeOf {} //#endregion export { ChipMBI5251ExtendPropertyBase as n, ChipMBI5251ExtendProperty as t }; //# sourceMappingURL=ChipMBI5251ExtendProperty-BWm6fL_B.d.cts.map