import { n as DecodeTypeEnum } from "./DecodeType-B_yViqgi.mjs"; import * as t from "io-ts"; //#region generated/ChipDP32129DecodeParam.d.ts declare const ChipDP32129DecodeParamBase: t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.PartialC<{ RegByteOne: t.Type; RegByteTwo: t.Type; DecodeChipType: t.Type; IsNewDecodeType: t.Type; OpenDetectionEnhancedMode: t.Type; CouplingEnhanceMode: t.Type; ShadowEliminationConfig: t.Type; RowScanMode: t.Type; ArbitrarilyScanNum: t.Type; }>]>; /** * Codec for {@link ChipDP32129DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_DP32129.decompiled.cs:34 */ declare const ChipDP32129DecodeParam: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.PartialC<{ RegByteOne: t.Type; RegByteTwo: t.Type; DecodeChipType: t.Type; IsNewDecodeType: t.Type; OpenDetectionEnhancedMode: t.Type; CouplingEnhanceMode: t.Type; ShadowEliminationConfig: t.Type; RowScanMode: t.Type; ArbitrarilyScanNum: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipDP32129DecodeParam">; }>]>; interface ChipDP32129DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipDP32129DecodeParamBase as n, ChipDP32129DecodeParam as t }; //# sourceMappingURL=ChipDP32129DecodeParam-BM7Y9H-u.d.mts.map