import * as t from "io-ts"; //#region generated/Chip5353ExtendProperty.d.ts declare const Chip5353ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ DeGhostLevel: t.Type; FirstSweepEliminateFirst: t.Type; FirstSweepEliminateTwo: t.Type; LowAshImprovementFirst: t.Type; LowAshImprovementTwo: t.Type; LowAshImprovementThrid: t.Type; EnhancedMode: t.Type; LowAshdimLineConpensentionY: t.Type; OpenDetectPower: t.Type; }>]>; /** * Codec for {@link Chip5353ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:55464 */ declare const Chip5353ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ DeGhostLevel: t.Type; FirstSweepEliminateFirst: t.Type; FirstSweepEliminateTwo: t.Type; LowAshImprovementFirst: t.Type; LowAshImprovementTwo: t.Type; LowAshImprovementThrid: t.Type; EnhancedMode: t.Type; LowAshdimLineConpensentionY: t.Type; OpenDetectPower: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"Chip5353ExtendProperty">; }>]>; interface Chip5353ExtendProperty extends t.TypeOf {} //#endregion export { Chip5353ExtendPropertyBase as n, Chip5353ExtendProperty as t }; //# sourceMappingURL=Chip5353ExtendProperty-CPhv_2Mj.d.cts.map