import * as t from "io-ts"; //#region generated/ChipRT5924ExtendProperty.d.ts declare const ChipRT5924ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RLowAshRange: t.Type; GLowAshRange: t.Type; BLowAshRange: t.Type; VRLowAshRange: t.Type; RPrechargeFun: t.Type; GPrechargeFun: t.Type; BPrechargeFun: t.Type; VRPrechargeFun: t.Type; }>, t.PartialC<{}>]>; /** * Codec for {@link ChipRT5924ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:63460 */ declare const ChipRT5924ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RLowAshRange: t.Type; GLowAshRange: t.Type; BLowAshRange: t.Type; VRLowAshRange: t.Type; RPrechargeFun: t.Type; GPrechargeFun: t.Type; BPrechargeFun: t.Type; VRPrechargeFun: t.Type; }>, t.PartialC<{}>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipRT5924ExtendProperty">; }>]>; interface ChipRT5924ExtendProperty extends t.TypeOf {} //#endregion export { ChipRT5924ExtendPropertyBase as n, ChipRT5924ExtendProperty as t }; //# sourceMappingURL=ChipRT5924ExtendProperty-Byd6PDdx.d.cts.map