import * as t from "io-ts"; //#region generated/ChipSUM2033BaseExtendProperty.d.ts declare const ChipSUM2033BaseExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ CompensationLevel: t.Type; CompensationMode: t.Type; OpenCircuitProtection: t.Type; CurrentWork: t.Type; SystemRetainsSecond: t.Type; ConstantSettings: t.Type; CurrentSynchronou: t.Type; OpenCircuitCheck: t.Type; VanishingMode: t.Type; GCLKFrequency: t.Type; SystemRetainsThird: t.Type; }>]>; /** * Codec for {@link ChipSUM2033BaseExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:64066 */ declare const ChipSUM2033BaseExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ CompensationLevel: t.Type; CompensationMode: t.Type; OpenCircuitProtection: t.Type; CurrentWork: t.Type; SystemRetainsSecond: t.Type; ConstantSettings: t.Type; CurrentSynchronou: t.Type; OpenCircuitCheck: t.Type; VanishingMode: t.Type; GCLKFrequency: t.Type; SystemRetainsThird: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSUM2033BaseExtendProperty">; }>]>; interface ChipSUM2033BaseExtendProperty extends t.TypeOf {} //#endregion export { ChipSUM2033BaseExtendPropertyBase as n, ChipSUM2033BaseExtendProperty as t }; //# sourceMappingURL=ChipSUM2033BaseExtendProperty-DTsPJw-n.d.cts.map