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