import * as t from "io-ts"; //#region generated/ChipMY9263ExtendProperty.d.ts declare const ChipMY9263ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ EnResetAPDMOrPWM: t.Type; EnManualSyc: t.Type; }>, t.PartialC<{ ModeSelecte: t.Type; PowerSavingMode: t.Type; GclkMonitor: t.Type; GclkPrivider: t.Type; EnAutoCloseChannel: t.Type; LedThreadType: t.Type; }>]>; /** * Codec for {@link ChipMY9263ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:56835 */ declare const ChipMY9263ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ EnResetAPDMOrPWM: t.Type; EnManualSyc: t.Type; }>, t.PartialC<{ ModeSelecte: t.Type; PowerSavingMode: t.Type; GclkMonitor: t.Type; GclkPrivider: t.Type; EnAutoCloseChannel: t.Type; LedThreadType: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMY9263ExtendProperty">; }>]>; interface ChipMY9263ExtendProperty extends t.TypeOf {} //#endregion export { ChipMY9263ExtendPropertyBase as n, ChipMY9263ExtendProperty as t }; //# sourceMappingURL=ChipMY9263ExtendProperty-DobXTr-T.d.mts.map