"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const plugin_syntax_decorators_1 = require("@babel/plugin-syntax-decorators"); function default_1() { return { name: 'sylvanas-decorators', inherits: plugin_syntax_decorators_1.default, visitor: {}, }; } exports.default = default_1;