{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 13,
    "body": [
      {
        "type": "ClassDeclaration",
        "start": 0,
        "end": 12,
        "id": {
          "type": "Identifier",
          "start": 6,
          "end": 9,
          "name": "Foo"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 10,
          "end": 12,
          "body": []
        }
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 6,
      "end": 9,
      "name": "Foo"
    }
  ],
  "references": [],
  "files": [],
  "imports": [],
  "expression": false,
  "async": false
}