import * as t from "io-ts"; //#region generated/ChipDP5125HCommonExtendProperty.d.ts declare const ChipDP5125HCommonExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstRegValue: t.Type; CurrentGain: t.Type; }>]>; /** * Codec for {@link ChipDP5125HCommonExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipDP5125HCommon.decompiled.cs:46 */ declare const ChipDP5125HCommonExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstRegValue: t.Type; CurrentGain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipDP5125HCommonExtendProperty">; }>]>; interface ChipDP5125HCommonExtendProperty extends t.TypeOf {} //#endregion export { ChipDP5125HCommonExtendPropertyBase as n, ChipDP5125HCommonExtendProperty as t }; //# sourceMappingURL=ChipDP5125HCommonExtendProperty-B3HypoKz.d.mts.map