Is there a way to convert the contents of d.ts files into JSON format? I'm looking to extract the structure of functions in d.ts files and display them as JSON or an abstract syntax tree. Can anyone guide me on how to go about this process? Essentially, I am interested in representing just the presence of each function in the JSON file.