declare module 'ember-data/serializers/json' {
  import json_default from "@ember-data/serializer/json";
  export { json_default as default };
}