{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 17,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "b",
        "loc": {
          "start": {
            "line": 18,
            "column": 6
          },
          "end": {
            "line": 18,
            "column": 7
          }
        }
      },
      "typeAnnotation": {
        "type": "TSNumberKeyword",
        "loc": {
          "start": {
            "line": 18,
            "column": 10
          },
          "end": {
            "line": 18,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "type",
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 9
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 19,
                "column": 12
              },
              "end": {
                "line": 19,
                "column": 13
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 5
            },
            "end": {
              "line": 19,
              "column": 13
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": null,
      "source": null,
      "specifiers": [
        {
          "type": "ExportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 20,
                "column": 10
              },
              "end": {
                "line": 20,
                "column": 11
              }
            }
          },
          "exported": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 20,
                "column": 10
              },
              "end": {
                "line": 20,
                "column": 11
              }
            }
          },
          "isType": false,
          "loc": {
            "start": {
              "line": 20,
              "column": 10
            },
            "end": {
              "line": 20,
              "column": 11
            }
          }
        },
        {
          "type": "ExportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "type",
            "loc": {
              "start": {
                "line": 20,
                "column": 13
              },
              "end": {
                "line": 20,
                "column": 17
              }
            }
          },
          "exported": {
            "type": "Identifier",
            "name": "type",
            "loc": {
              "start": {
                "line": 20,
                "column": 13
              },
              "end": {
                "line": 20,
                "column": 17
              }
            }
          },
          "isType": false,
          "loc": {
            "start": {
              "line": 20,
              "column": 13
            },
            "end": {
              "line": 20,
              "column": 17
            }
          }
        },
        {
          "type": "ExportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 20,
                "column": 24
              },
              "end": {
                "line": 20,
                "column": 25
              }
            }
          },
          "exported": {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 20,
                "column": 24
              },
              "end": {
                "line": 20,
                "column": 25
              }
            }
          },
          "isType": true,
          "loc": {
            "start": {
              "line": 20,
              "column": 24
            },
            "end": {
              "line": 20,
              "column": 25
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 28
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 21,
      "column": 1
    }
  }
}
