import * as t from "io-ts"; //#region generated/ChipRT5938SSExtendProperty.d.ts declare const ChipRT5938SSExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegisterArray: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; EliminationLevel: t.Type; EliminateEnable: t.Type; OpenCircuitLevel: t.Type; ShortCircuitLevel: t.Type; SlowOpen: t.Type; PowerSavingModeEn: t.Type; CurrentGain: t.Type; }>]>; /** * Codec for {@link ChipRT5938SSExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipRT5938SS.decompiled.cs:4212 */ declare const ChipRT5938SSExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegisterArray: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; EliminationLevel: t.Type; EliminateEnable: t.Type; OpenCircuitLevel: t.Type; ShortCircuitLevel: t.Type; SlowOpen: t.Type; PowerSavingModeEn: t.Type; CurrentGain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipRT5938SSExtendProperty">; }>]>; interface ChipRT5938SSExtendProperty extends t.TypeOf {} //#endregion export { ChipRT5938SSExtendPropertyBase as n, ChipRT5938SSExtendProperty as t }; //# sourceMappingURL=ChipRT5938SSExtendProperty-DkCMBgcn.d.mts.map