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