'use strict'; export default class Entity { constructor(public name: string) {} }