import * as t from "io-ts"; //#region generated/ChipCS2017ExtendProperty.d.ts declare const ChipCS2017ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ FirstRegistor: t.Type; }>, t.PartialC<{ LineEliminationEnable: t.Type; ShadowEliminationLevel: t.Type; ResponseSpeed: t.Type; WorkMode: t.Type; SetCurrentPosition: t.Type; InflectionCurrent: t.Type; DMAWriteMode: t.Type; CurrentGain: t.Type; }>]>; /** * Codec for {@link ChipCS2017ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipCS2017.decompiled.cs:44 */ declare const ChipCS2017ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ FirstRegistor: t.Type; }>, t.PartialC<{ LineEliminationEnable: t.Type; ShadowEliminationLevel: t.Type; ResponseSpeed: t.Type; WorkMode: t.Type; SetCurrentPosition: t.Type; InflectionCurrent: t.Type; DMAWriteMode: t.Type; CurrentGain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipCS2017ExtendProperty">; }>]>; interface ChipCS2017ExtendProperty extends t.TypeOf {} //#endregion export { ChipCS2017ExtendPropertyBase as n, ChipCS2017ExtendProperty as t }; //# sourceMappingURL=ChipCS2017ExtendProperty-D1rlLnHJ.d.cts.map