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