import * as t from "io-ts"; //#region generated/ChipMBI5038ExtendProperty.d.ts declare const ChipMBI5038ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ ThermalShutdown: t.Type; }>, t.PartialC<{ SwitchSpeed: t.Type; CurrentSelection: t.Type; PowerMode: t.Type; }>]>; /** * Codec for {@link ChipMBI5038ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:56745 */ declare const ChipMBI5038ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ ThermalShutdown: t.Type; }>, t.PartialC<{ SwitchSpeed: t.Type; CurrentSelection: t.Type; PowerMode: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMBI5038ExtendProperty">; }>]>; interface ChipMBI5038ExtendProperty extends t.TypeOf {} //#endregion export { ChipMBI5038ExtendPropertyBase as n, ChipMBI5038ExtendProperty as t }; //# sourceMappingURL=ChipMBI5038ExtendProperty-C9MGSZpF.d.mts.map