import * as t from "io-ts"; //#region generated/ChipHBS1910ExtendProperty.d.ts declare const ChipHBS1910ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RegFirst: t.Type; RegSecond: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; Gain: t.Type; }>]>; /** * Codec for {@link ChipHBS1910ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipHBS1910.decompiled.cs:1119 */ declare const ChipHBS1910ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RegFirst: t.Type; RegSecond: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; Gain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipHBS1910ExtendProperty">; }>]>; interface ChipHBS1910ExtendProperty extends t.TypeOf {} //#endregion export { ChipHBS1910ExtendPropertyBase as n, ChipHBS1910ExtendProperty as t }; //# sourceMappingURL=ChipHBS1910ExtendProperty-C_f0KdEn.d.mts.map