import { Enum } from 'protobufjs'; export interface IProtobufEnum { get underlyingEnum(): Enum; }