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