import { n as DecodeTypeEnum } from "./DecodeType-B_yViqgi.mjs"; import * as t from "io-ts"; //#region generated/ChipLS9737DecodeParam.d.ts declare const ChipLS9737DecodeParamBase: t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.TypeC<{ REG_LEN: t.Type; RegistorList: t.ArrayC; Registor_D1: t.Type; Registor_D2: t.Type; Registor_D3: t.Type; }>>; FirstLineEliminationCompsention: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; EliminationVoltage: t.Type; ScanCount: t.Type; SpecialDataLen: t.Type; SpecialRegisterAddr: t.Type; }>]>; /** * Codec for {@link ChipLS9737DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_LS9737.decompiled.cs:803 */ declare const ChipLS9737DecodeParam: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; BlankUnitNumPerScan: t.Type; RowChangePoint: t.Type; CtrEndPoint: t.Type; }>, t.TypeC<{ REG_LEN: t.Type; RegistorList: t.ArrayC; Registor_D1: t.Type; Registor_D2: t.Type; Registor_D3: t.Type; }>>; FirstLineEliminationCompsention: t.Type; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; EliminationVoltage: t.Type; ScanCount: t.Type; SpecialDataLen: t.Type; SpecialRegisterAddr: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipLS9737DecodeParam">; }>]>; interface ChipLS9737DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipLS9737DecodeParamBase as n, ChipLS9737DecodeParam as t }; //# sourceMappingURL=ChipLS9737DecodeParam-Ch8J2jgk.d.mts.map