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