{
  "type": "Program",
  "statements": [
    {
      "type": "ImportDeclaration",
      "source": {
        "type": "StringLiteral",
        "value": "./file",
        "loc": {
          "start": {
            "line": 17,
            "column": 31
          },
          "end": {
            "line": 17,
            "column": 39
          }
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "xxxx",
            "loc": {
              "start": {
                "line": 17,
                "column": 20
              },
              "end": {
                "line": 17,
                "column": 24
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "as",
            "loc": {
              "start": {
                "line": 17,
                "column": 14
              },
              "end": {
                "line": 17,
                "column": 16
              }
            }
          },
          "isType": true,
          "loc": {
            "start": {
              "line": 17,
              "column": 14
            },
            "end": {
              "line": 17,
              "column": 24
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 39
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 18,
      "column": 1
    }
  }
}
