import { n as ScanTypeEnum } from "./ScanType-CCf07EHM.cjs"; import * as t from "io-ts"; //#region generated/ChipICND2153SExtendProperty.d.ts declare const ChipICND2153SExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshUniformity: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; CrossCouplingToAdjust: t.Type; CouplingToAdjust: t.Type; CouplingOptimizationSecondEnhance: t.Type; SlowlyOpening: t.Type; SlowlyOpeningEnhance: t.Type; KneeVoltage: t.Type; Gain: t.Type; PicHorOptimization: t.Type; Current: t.Type; EnableToRemoveBadPoints: t.Type; EnableCouplingToAdjust: t.Type; BeginTime: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; InsertFrameMode: t.Type; GclkNum: t.Type; EnergySavingMode: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; }>]>; /** * Codec for {@link ChipICND2153SExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2153S.decompiled.cs:451 */ declare const ChipICND2153SExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshUniformity: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; CrossCouplingToAdjust: t.Type; CouplingToAdjust: t.Type; CouplingOptimizationSecondEnhance: t.Type; SlowlyOpening: t.Type; SlowlyOpeningEnhance: t.Type; KneeVoltage: t.Type; Gain: t.Type; PicHorOptimization: t.Type; Current: t.Type; EnableToRemoveBadPoints: t.Type; EnableCouplingToAdjust: t.Type; BeginTime: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; InsertFrameMode: t.Type; GclkNum: t.Type; EnergySavingMode: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND2153SExtendProperty">; }>]>; interface ChipICND2153SExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipICND2153SExtendPropertyBase as n, ChipICND2153SExtendProperty as t }; //# sourceMappingURL=ChipICND2153SExtendProperty-DzUIrj5m.d.cts.map