import { n as DecodeTypeEnum } from "./DecodeType-B_yViqgi.mjs"; import * as t from "io-ts"; //#region generated/ChipVB5658DecodeParam.d.ts declare const ChipVB5658DecodeParamBase: 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; EliminateShadowEnhance: t.Type; EliminateShadowElectricPotentialLevel: t.Type; }>]>; /** * Codec for {@link ChipVB5658DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_VB5658.decompiled.cs:33 */ declare const ChipVB5658DecodeParam: 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; EliminateShadowEnhance: t.Type; EliminateShadowElectricPotentialLevel: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipVB5658DecodeParam">; }>]>; interface ChipVB5658DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipVB5658DecodeParamBase as n, ChipVB5658DecodeParam as t }; //# sourceMappingURL=ChipVB5658DecodeParam-BIGfSnVO.d.mts.map