import { n as DecodeTypeEnum } from "./DecodeType-SEI2__Dn.cjs"; import * as t from "io-ts"; //#region generated/ChipCFD2138SDecodeParam.d.ts declare const ChipCFD2138SDecodeParamBase: t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; RegByteOne: t.Type; RegByteTwo: t.Type; RegByteThree: t.Type; BlankVoltage: t.Type; BlankMoudle: t.Type; RepeatDecodingEnable: t.Type; DiscountOfLightBoard: t.Type; NumOfICsInSeries: t.Type; }>]>; /** * Codec for {@link ChipCFD2138SDecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_CFD2138S.decompiled.cs:35 */ declare const ChipCFD2138SDecodeParam: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; RegByteOne: t.Type; RegByteTwo: t.Type; RegByteThree: t.Type; BlankVoltage: t.Type; BlankMoudle: t.Type; RepeatDecodingEnable: t.Type; DiscountOfLightBoard: t.Type; NumOfICsInSeries: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipCFD2138SDecodeParam">; }>]>; interface ChipCFD2138SDecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipCFD2138SDecodeParamBase as n, ChipCFD2138SDecodeParam as t }; //# sourceMappingURL=ChipCFD2138SDecodeParam-DceGT_r-.d.cts.map