declare module 'ember-data/relationships' {
  import { belongsTo, hasMany } from "@ember-data/model";
  export { belongsTo, hasMany };
}