"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ATTRIBUTE_SERVICE_KEY", { enumerable: true, get: function () { return _attribute_service.ATTRIBUTE_SERVICE_KEY; } }); Object.defineProperty(exports, "AttributeService", { enumerable: true, get: function () { return _attribute_service.AttributeService; } }); var _attribute_service = require("./attribute_service");