import * as t from "io-ts"; //#region generated/ChipSCL8081ExtendProperty.d.ts declare const ChipSCL8081ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegArray: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; Gain: t.Type; }>]>; /** * Codec for {@link ChipSCL8081ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipSCL8081.decompiled.cs:851 */ declare const ChipSCL8081ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegArray: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; Gain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSCL8081ExtendProperty">; }>]>; interface ChipSCL8081ExtendProperty extends t.TypeOf {} //#endregion export { ChipSCL8081ExtendPropertyBase as n, ChipSCL8081ExtendProperty as t }; //# sourceMappingURL=ChipSCL8081ExtendProperty-yKCFEOW0.d.cts.map