//#region generated/DefaultGammaType.d.ts /** @category Enums */ declare enum DefaultGammaTypeEnum { GammaA = 0, GammaB = 1, GammaC = 2, GammaD = 3, Default = 4 } /** * Codec for {@link DefaultGammaTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.ChipCommonUI.decompiled.cs:7123 */ declare const DefaultGammaType: import("io-ts").Type; //#endregion export { DefaultGammaType, DefaultGammaTypeEnum }; //# sourceMappingURL=DefaultGammaType.d.cts.map