import { n as LowAshGradeEnum } from "./LowAshGrade-z1jtkQOT.cjs"; import { n as MultiplierGradeEnum } from "./MultiplierGrade-H56i9WwS.cjs"; import { n as OpenTestVoltageGradeEnum } from "./OpenTestVoltageGrade-E_tJabTB.cjs"; import { n as PWMModelEnum } from "./PWMModel-B6oeKx5S.cjs"; import * as t from "io-ts"; //#region generated/ChipSM16259ExtendProperty.d.ts declare const ChipSM16259ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IsShadowsEnable: t.Type; MultiplierGrade: t.Type; ScanTypeUshort: t.Type; LowAshCompensationTwo: t.Type; Gain: t.Type; RegValueConfigFirst: t.Type; LowAshCompensationOne: t.Type; IsOpenTest: t.Type; OpenTestVoltageGrade: t.Type; BlankingMode: t.Type; RegValueConfigSecond: t.Type; IsEnergySaving: t.Type; ShadowVoltageOne: t.Type; ShadowVoltageTwo: t.Type; PWMModel: t.Type; RegValueConfigThird: t.Type; RegValueConfigForth: t.Type; }>, t.PartialC<{ LowAshGrade: t.Type; }>]>; /** * Codec for {@link ChipSM16259ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipSM16259.decompiled.cs:76 */ declare const ChipSM16259ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IsShadowsEnable: t.Type; MultiplierGrade: t.Type; ScanTypeUshort: t.Type; LowAshCompensationTwo: t.Type; Gain: t.Type; RegValueConfigFirst: t.Type; LowAshCompensationOne: t.Type; IsOpenTest: t.Type; OpenTestVoltageGrade: t.Type; BlankingMode: t.Type; RegValueConfigSecond: t.Type; IsEnergySaving: t.Type; ShadowVoltageOne: t.Type; ShadowVoltageTwo: t.Type; PWMModel: t.Type; RegValueConfigThird: t.Type; RegValueConfigForth: t.Type; }>, t.PartialC<{ LowAshGrade: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSM16259ExtendProperty">; }>]>; interface ChipSM16259ExtendProperty extends t.TypeOf { MultiplierGrade: MultiplierGradeEnum; OpenTestVoltageGrade: OpenTestVoltageGradeEnum; PWMModel: PWMModelEnum; LowAshGrade?: LowAshGradeEnum; } //#endregion export { ChipSM16259ExtendPropertyBase as n, ChipSM16259ExtendProperty as t }; //# sourceMappingURL=ChipSM16259ExtendProperty-D3QozVDN.d.cts.map