export interface Entity { toJSON(): any; toNerEntities(type: any): any; nerEntityTypeOptions(): any[]; } //# sourceMappingURL=entity.d.ts.map