import { n as DecodeTypeEnum } from "./DecodeType-SEI2__Dn.cjs"; import * as t from "io-ts"; //#region generated/ChipMBI5981DecodeParam.d.ts declare const ChipMBI5981DecodeParamBase: t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.TypeC<{ GhostEliminationLevel: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; }>]>; /** * Codec for {@link ChipMBI5981DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_MBI5981.decompiled.cs:252 */ declare const ChipMBI5981DecodeParam: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.TypeC<{ GhostEliminationLevel: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMBI5981DecodeParam">; }>]>; interface ChipMBI5981DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipMBI5981DecodeParamBase as n, ChipMBI5981DecodeParam as t }; //# sourceMappingURL=ChipMBI5981DecodeParam-BAyVSf0e.d.cts.map