1{ 2 "nodes": [ 3 { 4 "line": 12, 5 "column": 5, 6 "problem": "TypeOnlyExport", 7 "autofixable": true, 8 "autofix": [ 9 { 10 "start": 218, 11 "end": 240, 12 "replacementText": "export { Class2 };" 13 } 14 ], 15 "suggest": "", 16 "rule": "Special \"export type\" declarations are not supported (arkts-no-special-exports)" 17 } 18 ] 19}