import { Entity } from './Entity'; export class Facet extends Entity { [x: string]: any; }