import * as t from "io-ts"; //#region generated/ChipLD1074ExtendProperty.d.ts declare const ChipLD1074ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstRegValue: t.Type; AlgorithmMode: t.Type; DataSysMode: t.Type; NumCountMode: t.Type; TemperatureProtectMode: t.Type; ErrorCheck: t.Type; ChooseChannelSpeed: t.Type; Gain: t.Type; }>]>; /** * Codec for {@link ChipLD1074ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipLD1074.decompiled.cs:46 */ declare const ChipLD1074ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstRegValue: t.Type; AlgorithmMode: t.Type; DataSysMode: t.Type; NumCountMode: t.Type; TemperatureProtectMode: t.Type; ErrorCheck: t.Type; ChooseChannelSpeed: t.Type; Gain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipLD1074ExtendProperty">; }>]>; interface ChipLD1074ExtendProperty extends t.TypeOf {} //#endregion export { ChipLD1074ExtendPropertyBase as n, ChipLD1074ExtendProperty as t }; //# sourceMappingURL=ChipLD1074ExtendProperty-vde7GtN7.d.cts.map