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