abstract class BaseDenormalizer { static support (subject: object): boolean { throw new Error('Not implemented') } } export default BaseDenormalizer