import { n as ScanTypeEnum } from "./ScanType-BVKv8ghg.mjs"; import * as t from "io-ts"; //#region generated/Chip16169sExtendProperty.d.ts declare const Chip16169sExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ FailureLEDEliminationGainLevel: t.Type; }>, t.PartialC<{ GrayHorizontalStripesEliminateLow: t.Type; LowGayCompensation: t.Type; FailureLEDElimination: t.Type; OpenTestGrade: t.Type; ShadowVoltage: t.Type; IsClearGhostEnable: t.Type; SubFields: t.Type; ScanType: t.Type; GrayDepth: t.Type; LowGayCompensationEnhance: t.Type; Gain: t.Type; }>]>; /** * Codec for {@link Chip16169sExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:66372 */ declare const Chip16169sExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ FailureLEDEliminationGainLevel: t.Type; }>, t.PartialC<{ GrayHorizontalStripesEliminateLow: t.Type; LowGayCompensation: t.Type; FailureLEDElimination: t.Type; OpenTestGrade: t.Type; ShadowVoltage: t.Type; IsClearGhostEnable: t.Type; SubFields: t.Type; ScanType: t.Type; GrayDepth: t.Type; LowGayCompensationEnhance: t.Type; Gain: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"Chip16169sExtendProperty">; }>]>; interface Chip16169sExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { Chip16169sExtendPropertyBase as n, Chip16169sExtendProperty as t }; //# sourceMappingURL=Chip16169sExtendProperty-DgxXKv2_.d.mts.map