import { n as DecodeTypeEnum } from "./DecodeType-B_yViqgi.mjs"; import * as t from "io-ts"; //#region generated/ChipMBI5988DecodeParam.d.ts declare const ChipMBI5988DecodeParamBase: 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; FirstRegValue: t.Type; SecondRegValue: t.Type; ThirdRegValue: t.Type; FourthRegValue: t.Type; MY5988ICNumber: t.Type; EliminateShortCircuit: t.Type; EliminateShortCircuitLevel: t.Type; Overheating: t.Type; ICNumber: t.Type; ICNumberEn: t.Type; }>]>; /** * Codec for {@link ChipMBI5988DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_MBI5988.decompiled.cs:683 */ declare const ChipMBI5988DecodeParam: 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; FirstRegValue: t.Type; SecondRegValue: t.Type; ThirdRegValue: t.Type; FourthRegValue: t.Type; MY5988ICNumber: t.Type; EliminateShortCircuit: t.Type; EliminateShortCircuitLevel: t.Type; Overheating: t.Type; ICNumber: t.Type; ICNumberEn: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMBI5988DecodeParam">; }>]>; interface ChipMBI5988DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipMBI5988DecodeParamBase as n, ChipMBI5988DecodeParam as t }; //# sourceMappingURL=ChipMBI5988DecodeParam-lskR8-Lm.d.mts.map