import * as t from "io-ts"; //#region generated/ChipDP3246ExtendProperty.d.ts declare const ChipDP3246ExtendPropertyBase: 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 ChipDP3246ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipDP3246.decompiled.cs:4621 */ declare const ChipDP3246ExtendProperty: 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<"ChipDP3246ExtendProperty">; }>]>; interface ChipDP3246ExtendProperty extends t.TypeOf {} //#endregion export { ChipDP3246ExtendPropertyBase as n, ChipDP3246ExtendProperty as t }; //# sourceMappingURL=ChipDP3246ExtendProperty-Cb07ndUo.d.cts.map