{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 35,
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 35,
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 8,
            "end": 11,
            "imported": {
              "type": "Identifier",
              "start": 8,
              "end": 11,
              "name": "foo"
            },
            "local": {
              "type": "Identifier",
              "start": 8,
              "end": 11,
              "name": "foo"
            }
          }
        ],
        "source": {
          "type": "Literal",
          "start": 18,
          "end": 34,
          "value": "./other/foo.js",
          "raw": "\"./other/foo.js\""
        }
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 8,
      "end": 11,
      "name": "foo"
    }
  ],
  "references": [],
  "files": [],
  "imports": [
    {
      "name": "./other/foo.js",
      "type": "local",
      "method": "static"
    }
  ],
  "expression": false,
  "async": false
}