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