import * as t from "io-ts"; //#region generated/ChipSCL8080ExtendProperty.d.ts declare const ChipSCL8080ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RegValueConfigFirst: t.Type; RegValueConfigSecond: t.Type; RegValueConfigThird: t.Type; }>]>; /** * Codec for {@link ChipSCL8080ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipSCL8080.decompiled.cs:293 */ declare const ChipSCL8080ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RegValueConfigFirst: t.Type; RegValueConfigSecond: t.Type; RegValueConfigThird: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSCL8080ExtendProperty">; }>]>; interface ChipSCL8080ExtendProperty extends t.TypeOf {} //#endregion export { ChipSCL8080ExtendPropertyBase as n, ChipSCL8080ExtendProperty as t }; //# sourceMappingURL=ChipSCL8080ExtendProperty-CWu7jHN0.d.mts.map