import { n as DecodeTypeEnum } from "./DecodeType-B_yViqgi.mjs"; import * as t from "io-ts"; //#region generated/ChipHX6158HDecodeParam.d.ts declare const ChipHX6158HDecodeParamBase: t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.TypeC<{ ShadowEliminationPotentialLevel: t.Type; ShadowEliminationEnhancedEnable: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; }>]>; /** * Codec for {@link ChipHX6158HDecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_HX6158H.decompiled.cs:385 */ declare const ChipHX6158HDecodeParam: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.TypeC<{ ShadowEliminationPotentialLevel: t.Type; ShadowEliminationEnhancedEnable: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipHX6158HDecodeParam">; }>]>; interface ChipHX6158HDecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipHX6158HDecodeParamBase as n, ChipHX6158HDecodeParam as t }; //# sourceMappingURL=ChipHX6158HDecodeParam-Dj_BwN5S.d.mts.map