import { n as DecodeTypeEnum } from "./DecodeType-SEI2__Dn.cjs"; import * as t from "io-ts"; //#region generated/ChipDP32019DecodeParam.d.ts declare const ChipDP32019DecodeParamBase: 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; BlankVoltage: t.Type; BlankPattern: t.Type; }>]>; /** * Codec for {@link ChipDP32019DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_DP32019.decompiled.cs:34 */ declare const ChipDP32019DecodeParam: 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; BlankVoltage: t.Type; BlankPattern: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipDP32019DecodeParam">; }>]>; interface ChipDP32019DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipDP32019DecodeParamBase as n, ChipDP32019DecodeParam as t }; //# sourceMappingURL=ChipDP32019DecodeParam-BVOMYX8l.d.cts.map