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