import * as t from "io-ts"; //#region generated/ChipICND2152ExtendProperty.d.ts declare const ChipICND2152ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; BlankingLevel: t.Type; BlankingEnhance: t.Type; CrossBoardCouplingOptimization: t.Type; TheFirstLineDarkCompensation: t.Type; InflectionPointVoltage: t.Type; SlowSpeedOpen: t.Type; CurrentGain: t.Type; }>]>; /** * Codec for {@link ChipICND2152ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2152.decompiled.cs:45 */ declare const ChipICND2152ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; BlankingLevel: t.Type; BlankingEnhance: t.Type; CrossBoardCouplingOptimization: t.Type; TheFirstLineDarkCompensation: t.Type; InflectionPointVoltage: t.Type; SlowSpeedOpen: t.Type; CurrentGain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND2152ExtendProperty">; }>]>; interface ChipICND2152ExtendProperty extends t.TypeOf {} //#endregion export { ChipICND2152ExtendPropertyBase as n, ChipICND2152ExtendProperty as t }; //# sourceMappingURL=ChipICND2152ExtendProperty-Dc5_BDoR.d.cts.map