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