import * as t from "io-ts"; //#region generated/ChipCFD135AExtendProperty.d.ts declare const ChipCFD135AExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; CurrentGain: t.Type; ConstantCurrentPointSetting: t.Type; ConstantCurrentLevelSetting: t.Type; ResponseSetting: t.Type; BlankLineStrength: t.Type; DoutMode: t.Type; }>]>; /** * Codec for {@link ChipCFD135AExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipCFD135A.decompiled.cs:2225 */ declare const ChipCFD135AExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; CurrentGain: t.Type; ConstantCurrentPointSetting: t.Type; ConstantCurrentLevelSetting: t.Type; ResponseSetting: t.Type; BlankLineStrength: t.Type; DoutMode: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipCFD135AExtendProperty">; }>]>; interface ChipCFD135AExtendProperty extends t.TypeOf {} //#endregion export { ChipCFD135AExtendPropertyBase as n, ChipCFD135AExtendProperty as t }; //# sourceMappingURL=ChipCFD135AExtendProperty-BMKjEIv-.d.cts.map