import * as t from "io-ts"; //#region generated/Chip9348ExtendProperty.d.ts declare const Chip9348ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ CurrentSet1: t.Type; CurrentSet2: t.Type; CurrentGain: t.Type; LowGrayscaleCompensation: t.Type; FirstScanCompensation: t.Type; CompensationMode: t.Type; CurrentSet3: t.Type; NextGhostAbatement: t.Type; Adjustment: t.Type; }>]>; /** * Codec for {@link Chip9348ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:54465 */ declare const Chip9348ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ CurrentSet1: t.Type; CurrentSet2: t.Type; CurrentGain: t.Type; LowGrayscaleCompensation: t.Type; FirstScanCompensation: t.Type; CompensationMode: t.Type; CurrentSet3: t.Type; NextGhostAbatement: t.Type; Adjustment: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"Chip9348ExtendProperty">; }>]>; interface Chip9348ExtendProperty extends t.TypeOf {} //#endregion export { Chip9348ExtendPropertyBase as n, Chip9348ExtendProperty as t }; //# sourceMappingURL=Chip9348ExtendProperty-CoB_-6p7.d.cts.map