export default class EntityParser { private named; constructor(named: any); parse(entity: any): any; }