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