{
  "type": "Program",
  "statements": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": null,
      "source": null,
      "specifiers": [],
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "foo1",
        "loc": {
          "start": {
            "line": 19,
            "column": 11
          },
          "end": {
            "line": 19,
            "column": 15
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "await",
                  "typeAnnotation": {
                    "type": "TSAnyKeyword",
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 18
                      },
                      "end": {
                        "line": 20,
                        "column": 21
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 11
                    },
                    "end": {
                      "line": 20,
                      "column": 16
                    }
                  }
                },
                "init": {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 23
                    },
                    "end": {
                      "line": 20,
                      "column": 24
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 11
                  },
                  "end": {
                    "line": 20,
                    "column": 24
                  }
                }
              }
            ],
            "kind": "const",
            "loc": {
              "start": {
                "line": 20,
                "column": 5
              },
              "end": {
                "line": 20,
                "column": 25
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 19,
            "column": 16
          },
          "end": {
            "line": 21,
            "column": 2
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 10
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "foo2",
        "loc": {
          "start": {
            "line": 23,
            "column": 11
          },
          "end": {
            "line": 23,
            "column": 15
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [
          {
            "type": "ClassDeclaration",
            "definition": {
              "id": {
                "type": "Identifier",
                "name": "await",
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 11
                  },
                  "end": {
                    "line": 24,
                    "column": 16
                  }
                }
              },
              "superClass": null,
              "implements": [],
              "constructor": {
                "type": "MethodDefinition",
                "key": {
                  "type": "Identifier",
                  "name": "constructor",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1
                    },
                    "end": {
                      "line": 1,
                      "column": 1
                    }
                  }
                },
                "kind": "constructor",
                "static": false,
                "optional": false,
                "computed": false,
                "value": {
                  "type": "FunctionExpression",
                  "function": {
                    "type": "ScriptFunction",
                    "id": null,
                    "generator": false,
                    "async": false,
                    "expression": false,
                    "params": [],
                    "body": {
                      "type": "BlockStatement",
                      "statements": [],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 5
                        },
                        "end": {
                          "line": 24,
                          "column": 5
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 5
                      },
                      "end": {
                        "line": 24,
                        "column": 5
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1
                    },
                    "end": {
                      "line": 1,
                      "column": 1
                    }
                  }
                },
                "overloads": [],
                "decorators": [],
                "annotations": [],
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 5
                  },
                  "end": {
                    "line": 24,
                    "column": 19
                  }
                }
              },
              "body": [],
              "indexSignatures": [],
              "loc": {
                "start": {
                  "line": 24,
                  "column": 17
                },
                "end": {
                  "line": 24,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "isAnnotationDeclaration": false,
            "loc": {
              "start": {
                "line": 24,
                "column": 5
              },
              "end": {
                "line": 24,
                "column": 19
              }
            }
          },
          {
            "type": "EmptyStatement",
            "loc": {
              "start": {
                "line": 24,
                "column": 19
              },
              "end": {
                "line": 24,
                "column": 20
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 23,
            "column": 16
          },
          "end": {
            "line": 25,
            "column": 2
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 10
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "foo3",
        "loc": {
          "start": {
            "line": 27,
            "column": 11
          },
          "end": {
            "line": 27,
            "column": 15
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [
          {
            "type": "FunctionDeclaration",
            "function": {
              "type": "ScriptFunction",
              "id": {
                "type": "Identifier",
                "name": "await",
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 14
                  },
                  "end": {
                    "line": 28,
                    "column": 19
                  }
                }
              },
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 22
                  },
                  "end": {
                    "line": 28,
                    "column": 24
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 28,
                  "column": 5
                },
                "end": {
                  "line": 28,
                  "column": 24
                }
              }
            },
            "loc": {
              "start": {
                "line": 28,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 24
              }
            }
          },
          {
            "type": "EmptyStatement",
            "loc": {
              "start": {
                "line": 28,
                "column": 24
              },
              "end": {
                "line": 28,
                "column": 25
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 27,
            "column": 16
          },
          "end": {
            "line": 29,
            "column": 2
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 1
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 30,
      "column": 1
    }
  }
}
