import { n as ChipTypeEnum } from "./ChipType-BtdAb65b.mjs"; import * as t from "io-ts"; //#region generated/BrightModeMappingItem.d.ts /** * Codec for interface {@link BrightModeMappingItem} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:74409 */ declare const BrightModeMappingItem: t.PartialC<{ DriverChipType: t.Type; FileName: t.StringC; BrightPercent: t.Type; BrightName: t.StringC; RedGain: t.Type; GreenGain: t.Type; BlueGain: t.Type; VRedGain: t.Type; RedGainPercent: t.Type; GreenGainPercent: t.Type; BlueGainPercent: t.Type; VRedGainPercent: t.Type; GrayDepth: t.Type; }>; interface BrightModeMappingItem extends t.TypeOf { DriverChipType?: ChipTypeEnum; } //#endregion export { BrightModeMappingItem }; //# sourceMappingURL=BrightModeMappingItem.d.mts.map