import * as t from "io-ts"; //#region generated/ChipTL3102UDExtendProperty.d.ts declare const ChipTL3102UDExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ REG_LENGTH: t.Type; RegisterArray: t.ArrayC>; }>, t.PartialC<{}>]>; /** * Codec for {@link ChipTL3102UDExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipTL3102UD.decompiled.cs:45 */ declare const ChipTL3102UDExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ REG_LENGTH: t.Type; RegisterArray: t.ArrayC>; }>, t.PartialC<{}>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipTL3102UDExtendProperty">; }>]>; interface ChipTL3102UDExtendProperty extends t.TypeOf {} //#endregion export { ChipTL3102UDExtendPropertyBase as n, ChipTL3102UDExtendProperty as t }; //# sourceMappingURL=ChipTL3102UDExtendProperty-DJu8trKY.d.cts.map