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