import { n as ScanTypeEnum } from "./ScanType-BVKv8ghg.mjs"; import * as t from "io-ts"; //#region generated/ChipFM6373ExtendProperty.d.ts declare const ChipFM6373ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; PrechargeVoltag: t.Type; PreChargeTime: t.Type; LowGrayDisplayEnhance: t.Type; LowGrayDisplayEnhanceCheckbox: t.Type; CouplingOptimizationGrade: t.Type; CouplingStrengthAdjust: t.Type; EnableCouplingToAdjust: t.Type; DarkBlockCouplingOptimization: t.Type; OpenSpeed: t.Type; QuickTurnOff: t.Type; UnderGhost: t.Type; ConstantCurrentInflectionPoint: t.Type; DynamicEnergySaving: t.Type; EnableToRemoveBadPoints: t.Type; Gain: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; ShadowBeginEliminationTime: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; SubFields: t.Type; }>]>; /** * Codec for {@link ChipFM6373ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipFM6373.decompiled.cs:956 */ declare const ChipFM6373ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; PrechargeVoltag: t.Type; PreChargeTime: t.Type; LowGrayDisplayEnhance: t.Type; LowGrayDisplayEnhanceCheckbox: t.Type; CouplingOptimizationGrade: t.Type; CouplingStrengthAdjust: t.Type; EnableCouplingToAdjust: t.Type; DarkBlockCouplingOptimization: t.Type; OpenSpeed: t.Type; QuickTurnOff: t.Type; UnderGhost: t.Type; ConstantCurrentInflectionPoint: t.Type; DynamicEnergySaving: t.Type; EnableToRemoveBadPoints: t.Type; Gain: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; ShadowBeginEliminationTime: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; SubFields: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipFM6373ExtendProperty">; }>]>; interface ChipFM6373ExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipFM6373ExtendPropertyBase as n, ChipFM6373ExtendProperty as t }; //# sourceMappingURL=ChipFM6373ExtendProperty-BU_pSbxB.d.mts.map