import { IProtobufEnum } from './IProtobufEnum'; export interface IProtobufEnumCtor { new (...args: any[]): IProtobufEnum; }