//#region generated/CoefType2.d.ts /** @category Enums */ declare enum CoefType2Enum { UnKnown = 0, CommonCorrection = 1, LowLumCorrection = 2, BlueWhiteCorrection = 3, BrightDarkLineFix = 4, MultiLayerBrightCorrection = 5, BrightDarkLineDoc = 6 } /** * Codec for {@link CoefType2Enum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.CorrectionProtocol.decompiled.cs:1965 */ declare const CoefType2: import("io-ts").Type; //#endregion export { CoefType2, CoefType2Enum }; //# sourceMappingURL=CoefType2.d.mts.map