{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "source": {
        "type": "Literal",
        "raw": "'banana'",
        "value": "banana"
      },
      "specifiers": [
        {
          "type": "ImportNamespaceSpecifier",
          "local": {
            "type": "Identifier",
            "name": "banana"
          }
        }
      ]
    }
  ]
}