import { n as ChipTypeEnum } from "./ChipType-beuV7YtL.cjs"; import { n as DetectPointTypeEnum } from "./DetectPointType-Bc4-57UE.cjs"; import { n as ThresholdTypeEnum } from "./ThresholdType-DjXnQwIE.cjs"; import * as t from "io-ts"; //#region generated/PointDetectConfig.d.ts /** * Codec for interface {@link PointDetectConfig} * @category Codecs * @see Automatically generated from ../decompiled/Nova.GigabitController.ProgramInnerData.decompiled.cs:487 */ declare const PointDetectConfig: t.IntersectionC<[t.TypeC<{ ScreenSN: t.StringC; ComPort: t.StringC; ScreenIndex: t.Type; ScreenChipType: t.Type; DetectType: t.Type; DetectThreshold: t.Type; IsUseGain: t.Type; DetectRedGainStep: t.Type; DetectGreenGainStep: t.Type; DetectBlueGainStep: t.Type; IsSynchronousGain: t.Type; IsUsedResistor: t.Type; RedResistor: t.Type; GreenResistor: t.Type; BlueResistor: t.Type; }>, t.PartialC<{}>]>; interface PointDetectConfig extends t.TypeOf { ScreenChipType: ChipTypeEnum; DetectType: DetectPointTypeEnum; DetectThreshold: ThresholdTypeEnum; } //#endregion export { PointDetectConfig }; //# sourceMappingURL=PointDetectConfig.d.cts.map