import { n as DecodeTypeEnum } from "./DecodeType-SEI2__Dn.cjs"; import * as t from "io-ts"; //#region generated/ChipLS9735DecodeParam.d.ts declare const ChipLS9735DecodeParamBase: 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; }>>; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; EliminationVoltage: t.Type; LineBlankingClamp: t.Type; LineBlankingPotential: t.Type; SpecialDataLen: t.Type; SpecialRegisterAddr: t.Type; }>]>; /** * Codec for {@link ChipLS9735DecodeParam} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DecodeChip_LS9735.decompiled.cs:682 */ declare const ChipLS9735DecodeParam: 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; }>>; }>, t.PartialC<{ DecodeChipType: t.Type; IsNewDecodeType: t.Type; EliminationVoltage: t.Type; LineBlankingClamp: t.Type; LineBlankingPotential: t.Type; SpecialDataLen: t.Type; SpecialRegisterAddr: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipLS9735DecodeParam">; }>]>; interface ChipLS9735DecodeParam extends t.TypeOf { DecodeChipType?: DecodeTypeEnum; } //#endregion export { ChipLS9735DecodeParamBase as n, ChipLS9735DecodeParam as t }; //# sourceMappingURL=ChipLS9735DecodeParam-iJ0rkFC9.d.cts.map