"use strict"; exports.Scope = { Public: "public", Protected: "protected", Private: "private" }; //# sourceMappingURL=Scope.js.map