import * as t from "io-ts"; //#region generated/ChipFM6047ExtendProperty.d.ts declare const ChipFM6047ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; SecondRegValue: t.Type; ThirdRegValue: t.Type; FourthRegValue: t.Type; OEWidth: t.Type; OEDelay: t.Type; Inflexion: t.Type; HiddenMode: t.Type; CurrentGain: t.Type; ShadowEliminationLevel: t.Type; OpenTestEnable: t.Type; ErrCurrentGain: t.Type; }>]>; /** * Codec for {@link ChipFM6047ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipFM6047.decompiled.cs:2921 */ declare const ChipFM6047ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; SecondRegValue: t.Type; ThirdRegValue: t.Type; FourthRegValue: t.Type; OEWidth: t.Type; OEDelay: t.Type; Inflexion: t.Type; HiddenMode: t.Type; CurrentGain: t.Type; ShadowEliminationLevel: t.Type; OpenTestEnable: t.Type; ErrCurrentGain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipFM6047ExtendProperty">; }>]>; interface ChipFM6047ExtendProperty extends t.TypeOf {} //#endregion export { ChipFM6047ExtendPropertyBase as n, ChipFM6047ExtendProperty as t }; //# sourceMappingURL=ChipFM6047ExtendProperty-CUjzT8VB.d.mts.map