{
  "type": "Program",
  "statements": [
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "ns1",
        "loc": {
          "start": {
            "line": 17,
            "column": 11
          },
          "end": {
            "line": 17,
            "column": 14
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [
          {
            "type": "TSModuleDeclaration",
            "id": {
              "type": "Identifier",
              "name": "ns2",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 23
                },
                "end": {
                  "line": 18,
                  "column": 26
                }
              }
            },
            "body": {
              "type": "TSModuleBlock",
              "body": [
                {
                  "type": "ExportNamedDeclaration",
                  "declaration": null,
                  "source": null,
                  "specifiers": [
                    {
                      "type": "ExportSpecifier",
                      "local": {
                        "type": "Identifier",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 17
                          },
                          "end": {
                            "line": 19,
                            "column": 18
                          }
                        }
                      },
                      "exported": {
                        "type": "Identifier",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 17
                          },
                          "end": {
                            "line": 19,
                            "column": 18
                          }
                        }
                      },
                      "isType": false,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 17
                        },
                        "end": {
                          "line": 19,
                          "column": 18
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 9
                    },
                    "end": {
                      "line": 19,
                      "column": 20
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 18,
                  "column": 27
                },
                "end": {
                  "line": 20,
                  "column": 6
                }
              }
            },
            "declare": true,
            "global": false,
            "loc": {
              "start": {
                "line": 18,
                "column": 13
              },
              "end": {
                "line": 21,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 17,
            "column": 15
          },
          "end": {
            "line": 21,
            "column": 2
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 10
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "ns1",
        "loc": {
          "start": {
            "line": 23,
            "column": 11
          },
          "end": {
            "line": 23,
            "column": 14
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [
          {
            "type": "ExportNamedDeclaration",
            "declaration": {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 16
                      },
                      "end": {
                        "line": 24,
                        "column": 17
                      }
                    }
                  },
                  "init": {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 20
                      },
                      "end": {
                        "line": 24,
                        "column": 21
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 16
                    },
                    "end": {
                      "line": 24,
                      "column": 21
                    }
                  }
                }
              ],
              "kind": "var",
              "loc": {
                "start": {
                  "line": 24,
                  "column": 12
                },
                "end": {
                  "line": 24,
                  "column": 22
                }
              }
            },
            "source": null,
            "specifiers": [],
            "loc": {
              "start": {
                "line": 24,
                "column": 5
              },
              "end": {
                "line": 24,
                "column": 22
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 23,
            "column": 15
          },
          "end": {
            "line": 25,
            "column": 2
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 4
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 27,
                "column": 5
              },
              "end": {
                "line": 27,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 27,
                "column": 9
              },
              "end": {
                "line": 27,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 27,
              "column": 5
            },
            "end": {
              "line": 27,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 11
        }
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": null,
      "source": null,
      "specifiers": [
        {
          "type": "ExportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 28,
                "column": 9
              },
              "end": {
                "line": 28,
                "column": 10
              }
            }
          },
          "exported": {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 28,
                "column": 9
              },
              "end": {
                "line": 28,
                "column": 10
              }
            }
          },
          "isType": false,
          "loc": {
            "start": {
              "line": 28,
              "column": 9
            },
            "end": {
              "line": 28,
              "column": 10
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 28,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 29,
      "column": 1
    }
  }
}
