import { AutoAdjustRefreshRateTypeEnum } from "./AutoAdjustRefreshRateType.cjs"; import * as t from "io-ts"; //#region generated/AutoRateParameters.d.ts /** * Codec for interface {@link AutoRateParameters} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.LEDConfigAccessorBase.decompiled.cs:209 */ declare const AutoRateParameters: t.IntersectionC<[t.TypeC<{ AdjustRateType: t.Type; TotalGclkUnitNumPerScan: t.Type; RefNumPerVs: t.Type; GCLKRate: t.Type; DclkUnitCycle: t.Type; DclkPhase: t.Type; DclkHigh: t.Type; BlankUnitTime: t.Type; RowChangePoint: t.Type; CtrlEndPoint: t.Type; SyscycPerScan: t.Type; M: t.Type; N: t.Type; DIV: t.Type; G: t.Type; }>, t.PartialC<{}>]>; interface AutoRateParameters extends t.TypeOf { AdjustRateType: AutoAdjustRefreshRateTypeEnum; } //#endregion export { AutoRateParameters }; //# sourceMappingURL=AutoRateParameters.d.cts.map