import * as t from "io-ts"; //#region generated/ChipDP3246CommonExtendProperty.d.ts declare const ChipDP3246CommonExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; SecondRegValue: t.Type; ThirdRegValue: t.Type; FourthRegValue: t.Type; GammaSmoothingLevel: t.Type; CurrentGain: t.Type; ConstantCurrentOutputInflectionPointGrade: t.Type; ShadowEliminationLevelEnable: t.Type; ShadowEliminationLevel: t.Type; ErrorCurrentGain: t.Type; }>]>; /** * Codec for {@link ChipDP3246CommonExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipDP3246Common.decompiled.cs:4184 */ declare const ChipDP3246CommonExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; SecondRegValue: t.Type; ThirdRegValue: t.Type; FourthRegValue: t.Type; GammaSmoothingLevel: t.Type; CurrentGain: t.Type; ConstantCurrentOutputInflectionPointGrade: t.Type; ShadowEliminationLevelEnable: t.Type; ShadowEliminationLevel: t.Type; ErrorCurrentGain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipDP3246CommonExtendProperty">; }>]>; interface ChipDP3246CommonExtendProperty extends t.TypeOf {} //#endregion export { ChipDP3246CommonExtendPropertyBase as n, ChipDP3246CommonExtendProperty as t }; //# sourceMappingURL=ChipDP3246CommonExtendProperty-B1YBl_-G.d.mts.map