//#region generated/AutoBrightCalcType.d.ts /** @category Enums */ declare enum AutoBrightCalcTypeEnum { AllAverage = 0, NoMaxMinAver = 1 } /** * Codec for {@link AutoBrightCalcTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:73026 */ declare const AutoBrightCalcType: import("io-ts").Type; //#endregion export { AutoBrightCalcType, AutoBrightCalcTypeEnum }; //# sourceMappingURL=AutoBrightCalcType.d.cts.map