import * as t from "io-ts"; //#region generated/ChipSM16136ExtendProperty.d.ts declare const ChipSM16136ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ BlankingEnable: t.Type; BlankingVoltage: t.Type; LowImproveValue: t.Type; LowImproveEnable: t.Type; }>]>; /** * Codec for {@link ChipSM16136ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:60189 */ declare const ChipSM16136ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ BlankingEnable: t.Type; BlankingVoltage: t.Type; LowImproveValue: t.Type; LowImproveEnable: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSM16136ExtendProperty">; }>]>; interface ChipSM16136ExtendProperty extends t.TypeOf {} //#endregion export { ChipSM16136ExtendPropertyBase as n, ChipSM16136ExtendProperty as t }; //# sourceMappingURL=ChipSM16136ExtendProperty-CBWa3a1L.d.cts.map