import * as t from "io-ts"; //#region generated/ChipMY9866ExtendProperty.d.ts declare const ChipMY9866ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsAdvancedMode: t.Type; RActionSpeed: t.Type; GActionSpeed: t.Type; BActionSpeed: t.Type; RBlankingFunction: t.Type; GBlankingFunction: t.Type; BBlankingFunction: t.Type; RQuicklyOpenFunction: t.Type; GQuicklyOpenFunction: t.Type; BQuicklyOpenFunction: t.Type; RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; }>]>; /** * Codec for {@link ChipMY9866ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:45673 */ declare const ChipMY9866ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ IsAdvancedMode: t.Type; RActionSpeed: t.Type; GActionSpeed: t.Type; BActionSpeed: t.Type; RBlankingFunction: t.Type; GBlankingFunction: t.Type; BBlankingFunction: t.Type; RQuicklyOpenFunction: t.Type; GQuicklyOpenFunction: t.Type; BQuicklyOpenFunction: t.Type; RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMY9866ExtendProperty">; }>]>; interface ChipMY9866ExtendProperty extends t.TypeOf {} //#endregion export { ChipMY9866ExtendPropertyBase as n, ChipMY9866ExtendProperty as t }; //# sourceMappingURL=ChipMY9866ExtendProperty-NXoFiYii.d.cts.map