{
  "type": "Program",
  "statements": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": null,
      "source": null,
      "specifiers": [],
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "await",
            "typeAnnotation": {
              "type": "TSAnyKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 22
                },
                "end": {
                  "line": 18,
                  "column": 25
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 15
              },
              "end": {
                "line": 18,
                "column": 20
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 18,
              "column": 15
            },
            "end": {
              "line": 18,
              "column": 20
            }
          }
        }
      ],
      "kind": "const",
      "declare": true,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "C",
          "loc": {
            "start": {
              "line": 19,
              "column": 15
            },
            "end": {
              "line": 19,
              "column": 16
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "await",
          "loc": {
            "start": {
              "line": 19,
              "column": 25
            },
            "end": {
              "line": 19,
              "column": 30
            }
          }
        },
        "implements": [
          {
            "type": "TSClassImplements",
            "expression": {
              "type": "Identifier",
              "name": "await",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 42
                },
                "end": {
                  "line": 19,
                  "column": 47
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 42
              },
              "end": {
                "line": 19,
                "column": 49
              }
            }
          }
        ],
        "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": [
                {
                  "type": "RestElement",
                  "argument": {
                    "type": "Identifier",
                    "name": "args",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1
                      },
                      "end": {
                        "line": 1,
                        "column": 1
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1
                    },
                    "end": {
                      "line": 1,
                      "column": 1
                    }
                  }
                }
              ],
              "declare": true,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 9
                },
                "end": {
                  "line": 21,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 19,
              "column": 9
            },
            "end": {
              "line": 21,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "await",
              "loc": {
                "start": {
                  "line": 20,
                  "column": 5
                },
                "end": {
                  "line": 20,
                  "column": 10
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 20,
                  "column": 12
                },
                "end": {
                  "line": 20,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 20,
                "column": 5
              },
              "end": {
                "line": 20,
                "column": 10
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 19,
            "column": 48
          },
          "end": {
            "line": 21,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 19,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 2
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "await",
        "loc": {
          "start": {
            "line": 23,
            "column": 11
          },
          "end": {
            "line": 23,
            "column": 16
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [],
        "loc": {
          "start": {
            "line": 23,
            "column": 17
          },
          "end": {
            "line": 23,
            "column": 20
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 7
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "await",
        "loc": {
          "start": {
            "line": 24,
            "column": 8
          },
          "end": {
            "line": 24,
            "column": 13
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [],
        "loc": {
          "start": {
            "line": 24,
            "column": 14
          },
          "end": {
            "line": 24,
            "column": 17
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 24,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 8
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [],
        "loc": {
          "start": {
            "line": 26,
            "column": 25
          },
          "end": {
            "line": 26,
            "column": 28
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "await",
        "loc": {
          "start": {
            "line": 26,
            "column": 19
          },
          "end": {
            "line": 26,
            "column": 24
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 26,
          "column": 9
        },
        "end": {
          "line": 26,
          "column": 28
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 27,
      "column": 1
    }
  }
}
