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