{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "decorators": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 5
              },
              "end": {
                "line": 1,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 1,
              "column": 5
            },
            "end": {
              "line": 1,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 1,
          "column": 7
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "decorators": [],
            "loc": {
              "start": {
                "line": 2,
                "column": 5
              },
              "end": {
                "line": 2,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 2,
              "column": 5
            },
            "end": {
              "line": 2,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 2,
          "column": 1
        },
        "end": {
          "line": 2,
          "column": 7
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 4,
                  "column": 8
                },
                "end": {
                  "line": 4,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 4,
                "column": 5
              },
              "end": {
                "line": 4,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 4,
              "column": 5
            },
            "end": {
              "line": 4,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 4,
          "column": 1
        },
        "end": {
          "line": 4,
          "column": 15
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 5,
                  "column": 8
                },
                "end": {
                  "line": 5,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 5,
                "column": 5
              },
              "end": {
                "line": 5,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 5,
              "column": 5
            },
            "end": {
              "line": 5,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 5,
          "column": 1
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 8
                    },
                    "end": {
                      "line": 7,
                      "column": 14
                    }
                  }
                },
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 17
                    },
                    "end": {
                      "line": 7,
                      "column": 23
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 8
                },
                "end": {
                  "line": 7,
                  "column": 23
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 7,
                "column": 5
              },
              "end": {
                "line": 7,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 7,
              "column": 5
            },
            "end": {
              "line": 7,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 7,
          "column": 1
        },
        "end": {
          "line": 7,
          "column": 24
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 8
                    },
                    "end": {
                      "line": 8,
                      "column": 14
                    }
                  }
                },
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 17
                    },
                    "end": {
                      "line": 8,
                      "column": 23
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 8
                },
                "end": {
                  "line": 8,
                  "column": 23
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 8,
                "column": 5
              },
              "end": {
                "line": 8,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 8,
              "column": 5
            },
            "end": {
              "line": 8,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 8,
          "column": 1
        },
        "end": {
          "line": 8,
          "column": 24
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 10
                      },
                      "end": {
                        "line": 10,
                        "column": 11
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 13
                      },
                      "end": {
                        "line": 10,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 10
                    },
                    "end": {
                      "line": 10,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 21
                      },
                      "end": {
                        "line": 10,
                        "column": 22
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 24
                      },
                      "end": {
                        "line": 10,
                        "column": 30
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 21
                    },
                    "end": {
                      "line": 10,
                      "column": 32
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 8
                },
                "end": {
                  "line": 10,
                  "column": 32
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 10,
                "column": 5
              },
              "end": {
                "line": 10,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 10,
              "column": 5
            },
            "end": {
              "line": 10,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 10,
          "column": 1
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 10
                      },
                      "end": {
                        "line": 11,
                        "column": 11
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 13
                      },
                      "end": {
                        "line": 11,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 10
                    },
                    "end": {
                      "line": 11,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 21
                      },
                      "end": {
                        "line": 11,
                        "column": 22
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 24
                      },
                      "end": {
                        "line": 11,
                        "column": 30
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 21
                    },
                    "end": {
                      "line": 11,
                      "column": 32
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 8
                },
                "end": {
                  "line": 11,
                  "column": 32
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 11,
                "column": 5
              },
              "end": {
                "line": 11,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 11,
              "column": 5
            },
            "end": {
              "line": 11,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 11,
          "column": 1
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "e",
            "typeAnnotation": {
              "type": "TSFunctionType",
              "params": [
                {
                  "type": "Identifier",
                  "name": "a",
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 12
                      },
                      "end": {
                        "line": 13,
                        "column": 18
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 9
                    },
                    "end": {
                      "line": 13,
                      "column": 10
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "b",
                  "typeAnnotation": {
                    "type": "TSArrayType",
                    "elementType": {
                      "type": "TSParenthesizedType",
                      "typeAnnotation": {
                        "type": "TSUnionType",
                        "types": [
                          {
                            "type": "TSStringKeyword",
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 24
                              },
                              "end": {
                                "line": 13,
                                "column": 30
                              }
                            }
                          },
                          {
                            "type": "TSNumberKeyword",
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 33
                              },
                              "end": {
                                "line": 13,
                                "column": 39
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 24
                          },
                          "end": {
                            "line": 13,
                            "column": 39
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 23
                        },
                        "end": {
                          "line": 13,
                          "column": 40
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 23
                      },
                      "end": {
                        "line": 13,
                        "column": 42
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 20
                    },
                    "end": {
                      "line": 13,
                      "column": 21
                    }
                  }
                }
              ],
              "returnType": {
                "type": "TSVoidKeyword",
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 47
                  },
                  "end": {
                    "line": 13,
                    "column": 51
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 13,
                  "column": 8
                },
                "end": {
                  "line": 13,
                  "column": 51
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 13,
                "column": 5
              },
              "end": {
                "line": 13,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 13,
              "column": 5
            },
            "end": {
              "line": 13,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 13,
          "column": 1
        },
        "end": {
          "line": 13,
          "column": 52
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "e",
            "typeAnnotation": {
              "type": "TSFunctionType",
              "params": [
                {
                  "type": "Identifier",
                  "name": "a",
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 12
                      },
                      "end": {
                        "line": 14,
                        "column": 18
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 9
                    },
                    "end": {
                      "line": 14,
                      "column": 10
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "b",
                  "typeAnnotation": {
                    "type": "TSArrayType",
                    "elementType": {
                      "type": "TSParenthesizedType",
                      "typeAnnotation": {
                        "type": "TSUnionType",
                        "types": [
                          {
                            "type": "TSStringKeyword",
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 24
                              },
                              "end": {
                                "line": 14,
                                "column": 30
                              }
                            }
                          },
                          {
                            "type": "TSNumberKeyword",
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 33
                              },
                              "end": {
                                "line": 14,
                                "column": 39
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 24
                          },
                          "end": {
                            "line": 14,
                            "column": 39
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 23
                        },
                        "end": {
                          "line": 14,
                          "column": 40
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 23
                      },
                      "end": {
                        "line": 14,
                        "column": 42
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 20
                    },
                    "end": {
                      "line": 14,
                      "column": 21
                    }
                  }
                }
              ],
              "returnType": {
                "type": "TSVoidKeyword",
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 47
                  },
                  "end": {
                    "line": 14,
                    "column": 51
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 14,
                  "column": 8
                },
                "end": {
                  "line": 14,
                  "column": 51
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 14,
                "column": 5
              },
              "end": {
                "line": 14,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 14,
              "column": 5
            },
            "end": {
              "line": 14,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 14,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 52
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "f",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 10
                          },
                          "end": {
                            "line": 16,
                            "column": 11
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 13
                          },
                          "end": {
                            "line": 16,
                            "column": 19
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 10
                        },
                        "end": {
                          "line": 16,
                          "column": 20
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 21
                          },
                          "end": {
                            "line": 16,
                            "column": 22
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 24
                          },
                          "end": {
                            "line": 16,
                            "column": 30
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 21
                        },
                        "end": {
                          "line": 16,
                          "column": 32
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 8
                    },
                    "end": {
                      "line": 16,
                      "column": 32
                    }
                  }
                },
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 37
                          },
                          "end": {
                            "line": 16,
                            "column": 38
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 40
                            },
                            "end": {
                              "line": 16,
                              "column": 46
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 40
                          },
                          "end": {
                            "line": 16,
                            "column": 48
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 37
                        },
                        "end": {
                          "line": 16,
                          "column": 49
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": true,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 50
                          },
                          "end": {
                            "line": 16,
                            "column": 51
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 54
                          },
                          "end": {
                            "line": 16,
                            "column": 60
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 50
                        },
                        "end": {
                          "line": 16,
                          "column": 62
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 35
                    },
                    "end": {
                      "line": 16,
                      "column": 62
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 16,
                  "column": 8
                },
                "end": {
                  "line": 16,
                  "column": 62
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 5
              },
              "end": {
                "line": 16,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 16,
              "column": 5
            },
            "end": {
              "line": 16,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 63
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "f",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 10
                          },
                          "end": {
                            "line": 17,
                            "column": 11
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 13
                          },
                          "end": {
                            "line": 17,
                            "column": 19
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 10
                        },
                        "end": {
                          "line": 17,
                          "column": 20
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 21
                          },
                          "end": {
                            "line": 17,
                            "column": 22
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 24
                          },
                          "end": {
                            "line": 17,
                            "column": 30
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 21
                        },
                        "end": {
                          "line": 17,
                          "column": 32
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 8
                    },
                    "end": {
                      "line": 17,
                      "column": 32
                    }
                  }
                },
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 37
                          },
                          "end": {
                            "line": 17,
                            "column": 38
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 40
                            },
                            "end": {
                              "line": 17,
                              "column": 46
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 40
                          },
                          "end": {
                            "line": 17,
                            "column": 48
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 37
                        },
                        "end": {
                          "line": 17,
                          "column": 49
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": true,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 50
                          },
                          "end": {
                            "line": 17,
                            "column": 51
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 54
                          },
                          "end": {
                            "line": 17,
                            "column": 60
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 50
                        },
                        "end": {
                          "line": 17,
                          "column": 62
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 35
                    },
                    "end": {
                      "line": 17,
                      "column": 62
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 17,
                  "column": 8
                },
                "end": {
                  "line": 17,
                  "column": 62
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 63
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 20,
                  "column": 5
                },
                "end": {
                  "line": 20,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 20,
                  "column": 8
                },
                "end": {
                  "line": 20,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 5
              },
              "end": {
                "line": 20,
                "column": 15
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "b",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 21,
                  "column": 5
                },
                "end": {
                  "line": 21,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 8
                },
                "end": {
                  "line": 21,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 21,
                "column": 5
              },
              "end": {
                "line": 21,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 19,
            "column": 22
          },
          "end": {
            "line": 22,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface1",
        "decorators": [],
        "loc": {
          "start": {
            "line": 19,
            "column": 11
          },
          "end": {
            "line": 19,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 22,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 25,
                  "column": 5
                },
                "end": {
                  "line": 25,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 8
                },
                "end": {
                  "line": 25,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 25,
                "column": 5
              },
              "end": {
                "line": 25,
                "column": 15
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "b",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 26,
                  "column": 5
                },
                "end": {
                  "line": 26,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 26,
                  "column": 8
                },
                "end": {
                  "line": 26,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 26,
                "column": 5
              },
              "end": {
                "line": 26,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 24,
            "column": 22
          },
          "end": {
            "line": 27,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface2",
        "decorators": [],
        "loc": {
          "start": {
            "line": 24,
            "column": 11
          },
          "end": {
            "line": 24,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 24,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "g",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 8
                  },
                  "end": {
                    "line": 29,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 8
                },
                "end": {
                  "line": 29,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 29,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "g",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface2",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 8
                  },
                  "end": {
                    "line": 30,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 30,
                  "column": 8
                },
                "end": {
                  "line": 30,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 30,
              "column": 5
            },
            "end": {
              "line": 30,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "c",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 33,
                  "column": 5
                },
                "end": {
                  "line": 33,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 33,
                  "column": 8
                },
                "end": {
                  "line": 33,
                  "column": 15
                }
              }
            },
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 16
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 32,
            "column": 41
          },
          "end": {
            "line": 34,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface3",
        "decorators": [],
        "loc": {
          "start": {
            "line": 32,
            "column": 11
          },
          "end": {
            "line": 32,
            "column": 21
          }
        }
      },
      "extends": [
        {
          "type": "TSInterfaceHeritage",
          "expression": {
            "type": "Identifier",
            "name": "interface1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 32,
                "column": 30
              },
              "end": {
                "line": 32,
                "column": 40
              }
            }
          },
          "loc": {
            "start": {
              "line": 32,
              "column": 41
            },
            "end": {
              "line": 32,
              "column": 40
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 32,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "c",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 37,
                  "column": 5
                },
                "end": {
                  "line": 37,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 8
                },
                "end": {
                  "line": 37,
                  "column": 15
                }
              }
            },
            "loc": {
              "start": {
                "line": 37,
                "column": 5
              },
              "end": {
                "line": 37,
                "column": 16
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 36,
            "column": 41
          },
          "end": {
            "line": 38,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface4",
        "decorators": [],
        "loc": {
          "start": {
            "line": 36,
            "column": 11
          },
          "end": {
            "line": 36,
            "column": 21
          }
        }
      },
      "extends": [
        {
          "type": "TSInterfaceHeritage",
          "expression": {
            "type": "Identifier",
            "name": "interface2",
            "decorators": [],
            "loc": {
              "start": {
                "line": 36,
                "column": 30
              },
              "end": {
                "line": 36,
                "column": 40
              }
            }
          },
          "loc": {
            "start": {
              "line": 36,
              "column": 41
            },
            "end": {
              "line": 36,
              "column": 40
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 36,
          "column": 1
        },
        "end": {
          "line": 38,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "h",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface3",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 8
                  },
                  "end": {
                    "line": 40,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 40,
                  "column": 8
                },
                "end": {
                  "line": 40,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 40,
                "column": 5
              },
              "end": {
                "line": 40,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 40,
              "column": 5
            },
            "end": {
              "line": 40,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "h",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface4",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 8
                  },
                  "end": {
                    "line": 41,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 41,
                  "column": 8
                },
                "end": {
                  "line": 41,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 41,
                "column": 5
              },
              "end": {
                "line": 41,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 41,
              "column": 5
            },
            "end": {
              "line": 41,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 19
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSCallSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 9
                    },
                    "end": {
                      "line": 44,
                      "column": 15
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 6
                  },
                  "end": {
                    "line": 44,
                    "column": 7
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 20
                    },
                    "end": {
                      "line": 44,
                      "column": 26
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 17
                  },
                  "end": {
                    "line": 44,
                    "column": 18
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 44,
                "column": 5
              },
              "end": {
                "line": 44,
                "column": 28
              }
            }
          },
          {
            "type": "TSCallSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 9
                    },
                    "end": {
                      "line": 45,
                      "column": 15
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 6
                  },
                  "end": {
                    "line": 45,
                    "column": 7
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 20
                    },
                    "end": {
                      "line": 45,
                      "column": 26
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 17
                  },
                  "end": {
                    "line": 45,
                    "column": 18
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 28
              }
            }
          },
          {
            "type": "TSConstructSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 12
                      },
                      "end": {
                        "line": 46,
                        "column": 18
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 12
                    },
                    "end": {
                      "line": 46,
                      "column": 20
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 9
                  },
                  "end": {
                    "line": 46,
                    "column": 10
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 27
                          },
                          "end": {
                            "line": 46,
                            "column": 28
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 30
                          },
                          "end": {
                            "line": 46,
                            "column": 36
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 27
                        },
                        "end": {
                          "line": 46,
                          "column": 37
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 38
                          },
                          "end": {
                            "line": 46,
                            "column": 39
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 41
                          },
                          "end": {
                            "line": 46,
                            "column": 47
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 38
                        },
                        "end": {
                          "line": 46,
                          "column": 49
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 25
                    },
                    "end": {
                      "line": 46,
                      "column": 49
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 22
                  },
                  "end": {
                    "line": 46,
                    "column": 23
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 46,
                "column": 5
              },
              "end": {
                "line": 46,
                "column": 51
              }
            }
          },
          {
            "type": "TSConstructSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 12
                      },
                      "end": {
                        "line": 47,
                        "column": 18
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 12
                    },
                    "end": {
                      "line": 47,
                      "column": 20
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 9
                  },
                  "end": {
                    "line": 47,
                    "column": 10
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 27
                          },
                          "end": {
                            "line": 47,
                            "column": 28
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 30
                          },
                          "end": {
                            "line": 47,
                            "column": 36
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 27
                        },
                        "end": {
                          "line": 47,
                          "column": 37
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 38
                          },
                          "end": {
                            "line": 47,
                            "column": 39
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 41
                          },
                          "end": {
                            "line": 47,
                            "column": 47
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 38
                        },
                        "end": {
                          "line": 47,
                          "column": 49
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 25
                    },
                    "end": {
                      "line": 47,
                      "column": 49
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 22
                  },
                  "end": {
                    "line": 47,
                    "column": 23
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 47,
                "column": 5
              },
              "end": {
                "line": 47,
                "column": 51
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 43,
            "column": 22
          },
          "end": {
            "line": 48,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface5",
        "decorators": [],
        "loc": {
          "start": {
            "line": 43,
            "column": 11
          },
          "end": {
            "line": 43,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 43,
          "column": 1
        },
        "end": {
          "line": 48,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSCallSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 9
                    },
                    "end": {
                      "line": 51,
                      "column": 15
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 6
                  },
                  "end": {
                    "line": 51,
                    "column": 7
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 20
                    },
                    "end": {
                      "line": 51,
                      "column": 26
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 17
                  },
                  "end": {
                    "line": 51,
                    "column": 18
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 51,
                "column": 5
              },
              "end": {
                "line": 51,
                "column": 28
              }
            }
          },
          {
            "type": "TSCallSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 9
                    },
                    "end": {
                      "line": 52,
                      "column": 15
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 6
                  },
                  "end": {
                    "line": 52,
                    "column": 7
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 20
                    },
                    "end": {
                      "line": 52,
                      "column": 26
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 17
                  },
                  "end": {
                    "line": 52,
                    "column": 18
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 52,
                "column": 5
              },
              "end": {
                "line": 52,
                "column": 28
              }
            }
          },
          {
            "type": "TSConstructSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 12
                      },
                      "end": {
                        "line": 53,
                        "column": 18
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 12
                    },
                    "end": {
                      "line": 53,
                      "column": 20
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 9
                  },
                  "end": {
                    "line": 53,
                    "column": 10
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 27
                          },
                          "end": {
                            "line": 53,
                            "column": 28
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 30
                          },
                          "end": {
                            "line": 53,
                            "column": 36
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 27
                        },
                        "end": {
                          "line": 53,
                          "column": 37
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 38
                          },
                          "end": {
                            "line": 53,
                            "column": 39
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 41
                          },
                          "end": {
                            "line": 53,
                            "column": 47
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 38
                        },
                        "end": {
                          "line": 53,
                          "column": 49
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 25
                    },
                    "end": {
                      "line": 53,
                      "column": 49
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 22
                  },
                  "end": {
                    "line": 53,
                    "column": 23
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 53,
                "column": 5
              },
              "end": {
                "line": 53,
                "column": 51
              }
            }
          },
          {
            "type": "TSConstructSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 12
                      },
                      "end": {
                        "line": 54,
                        "column": 18
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 12
                    },
                    "end": {
                      "line": 54,
                      "column": 20
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 9
                  },
                  "end": {
                    "line": 54,
                    "column": 10
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 27
                          },
                          "end": {
                            "line": 54,
                            "column": 28
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 30
                          },
                          "end": {
                            "line": 54,
                            "column": 36
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 27
                        },
                        "end": {
                          "line": 54,
                          "column": 37
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 38
                          },
                          "end": {
                            "line": 54,
                            "column": 39
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 41
                          },
                          "end": {
                            "line": 54,
                            "column": 47
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 38
                        },
                        "end": {
                          "line": 54,
                          "column": 49
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 25
                    },
                    "end": {
                      "line": 54,
                      "column": 49
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 22
                  },
                  "end": {
                    "line": 54,
                    "column": 23
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 54,
                "column": 5
              },
              "end": {
                "line": 54,
                "column": 51
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 50,
            "column": 22
          },
          "end": {
            "line": 55,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface6",
        "decorators": [],
        "loc": {
          "start": {
            "line": 50,
            "column": 11
          },
          "end": {
            "line": 50,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 50,
          "column": 1
        },
        "end": {
          "line": 55,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "i",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface5",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 8
                  },
                  "end": {
                    "line": 57,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 57,
                  "column": 8
                },
                "end": {
                  "line": 57,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 57,
                "column": 5
              },
              "end": {
                "line": 57,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 57,
              "column": 5
            },
            "end": {
              "line": 57,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 57,
          "column": 1
        },
        "end": {
          "line": 57,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "i",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface6",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 8
                  },
                  "end": {
                    "line": 58,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 58,
                  "column": 8
                },
                "end": {
                  "line": 58,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 58,
                "column": 5
              },
              "end": {
                "line": 58,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 58,
              "column": 5
            },
            "end": {
              "line": 58,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 58,
          "column": 1
        },
        "end": {
          "line": 58,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "j",
            "decorators": [],
            "loc": {
              "start": {
                "line": 60,
                "column": 5
              },
              "end": {
                "line": 60,
                "column": 6
              }
            }
          },
          "init": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [
                {
                  "type": "Identifier",
                  "name": "a",
                  "typeAnnotation": {
                    "type": "TSTypeReference",
                    "typeName": {
                      "type": "Identifier",
                      "name": "interface6",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 22
                        },
                        "end": {
                          "line": 60,
                          "column": 32
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 22
                      },
                      "end": {
                        "line": 60,
                        "column": 32
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 19
                    },
                    "end": {
                      "line": 60,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "b",
                  "typeAnnotation": {
                    "type": "TSArrayType",
                    "elementType": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 37
                        },
                        "end": {
                          "line": 60,
                          "column": 43
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 37
                      },
                      "end": {
                        "line": 60,
                        "column": 45
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 34
                    },
                    "end": {
                      "line": 60,
                      "column": 35
                    }
                  }
                }
              ],
              "returnType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 48
                  },
                  "end": {
                    "line": 60,
                    "column": 54
                  }
                }
              },
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "NumberLiteral",
                      "value": 123,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 12
                        },
                        "end": {
                          "line": 61,
                          "column": 15
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 5
                      },
                      "end": {
                        "line": 61,
                        "column": 16
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 55
                  },
                  "end": {
                    "line": 62,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 60,
                  "column": 9
                },
                "end": {
                  "line": 62,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 60,
                "column": 9
              },
              "end": {
                "line": 62,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 60,
              "column": 5
            },
            "end": {
              "line": 62,
              "column": 2
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 60,
          "column": 1
        },
        "end": {
          "line": 62,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "j",
            "typeAnnotation": {
              "type": "TSFunctionType",
              "params": [
                {
                  "type": "Identifier",
                  "name": "a",
                  "typeAnnotation": {
                    "type": "TSTypeReference",
                    "typeName": {
                      "type": "Identifier",
                      "name": "interface6",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 12
                        },
                        "end": {
                          "line": 63,
                          "column": 22
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 12
                      },
                      "end": {
                        "line": 63,
                        "column": 22
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 9
                    },
                    "end": {
                      "line": 63,
                      "column": 10
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "b",
                  "typeAnnotation": {
                    "type": "TSArrayType",
                    "elementType": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 27
                        },
                        "end": {
                          "line": 63,
                          "column": 33
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 27
                      },
                      "end": {
                        "line": 63,
                        "column": 35
                      }
                    }
                  },
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 24
                    },
                    "end": {
                      "line": 63,
                      "column": 25
                    }
                  }
                }
              ],
              "returnType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 40
                  },
                  "end": {
                    "line": 63,
                    "column": 46
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 63,
                  "column": 8
                },
                "end": {
                  "line": 63,
                  "column": 46
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 63,
                "column": 5
              },
              "end": {
                "line": 63,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 63,
              "column": 5
            },
            "end": {
              "line": 63,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 63,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 47
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "obj",
            "decorators": [],
            "loc": {
              "start": {
                "line": 65,
                "column": 5
              },
              "end": {
                "line": 65,
                "column": 8
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 13
                    },
                    "end": {
                      "line": 65,
                      "column": 14
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 16
                    },
                    "end": {
                      "line": 65,
                      "column": 17
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 13
                  },
                  "end": {
                    "line": 65,
                    "column": 17
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "b",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 19
                    },
                    "end": {
                      "line": 65,
                      "column": 20
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 22
                    },
                    "end": {
                      "line": 65,
                      "column": 23
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 19
                  },
                  "end": {
                    "line": 65,
                    "column": 23
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "c",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 25
                    },
                    "end": {
                      "line": 65,
                      "column": 26
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 3,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 28
                    },
                    "end": {
                      "line": 65,
                      "column": 29
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 25
                  },
                  "end": {
                    "line": 65,
                    "column": 29
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 65,
                "column": 11
              },
              "end": {
                "line": 65,
                "column": 31
              }
            }
          },
          "loc": {
            "start": {
              "line": 65,
              "column": 5
            },
            "end": {
              "line": 65,
              "column": 31
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 65,
          "column": 1
        },
        "end": {
          "line": 65,
          "column": 32
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "k",
            "decorators": [],
            "loc": {
              "start": {
                "line": 66,
                "column": 5
              },
              "end": {
                "line": 66,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "d",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 11
                    },
                    "end": {
                      "line": 66,
                      "column": 12
                    }
                  }
                },
                "value": {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 14
                    },
                    "end": {
                      "line": 66,
                      "column": 19
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 11
                  },
                  "end": {
                    "line": 66,
                    "column": 19
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "e",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 21
                    },
                    "end": {
                      "line": 66,
                      "column": 22
                    }
                  }
                },
                "value": {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 24
                    },
                    "end": {
                      "line": 66,
                      "column": 29
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 21
                  },
                  "end": {
                    "line": 66,
                    "column": 29
                  }
                }
              },
              {
                "type": "SpreadElement",
                "argument": {
                  "type": "Identifier",
                  "name": "obj",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 34
                    },
                    "end": {
                      "line": 66,
                      "column": 37
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 31
                  },
                  "end": {
                    "line": 66,
                    "column": 37
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 66,
                "column": 9
              },
              "end": {
                "line": 66,
                "column": 39
              }
            }
          },
          "loc": {
            "start": {
              "line": 66,
              "column": 5
            },
            "end": {
              "line": 66,
              "column": 39
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 66,
          "column": 1
        },
        "end": {
          "line": 66,
          "column": 40
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "k",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 10
                      },
                      "end": {
                        "line": 67,
                        "column": 11
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 13
                      },
                      "end": {
                        "line": 67,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 10
                    },
                    "end": {
                      "line": 67,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 21
                      },
                      "end": {
                        "line": 67,
                        "column": 22
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 24
                      },
                      "end": {
                        "line": 67,
                        "column": 30
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 21
                    },
                    "end": {
                      "line": 67,
                      "column": 31
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "c",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 32
                      },
                      "end": {
                        "line": 67,
                        "column": 33
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 35
                      },
                      "end": {
                        "line": 67,
                        "column": 41
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 32
                    },
                    "end": {
                      "line": 67,
                      "column": 42
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "d",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 43
                      },
                      "end": {
                        "line": 67,
                        "column": 44
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 46
                      },
                      "end": {
                        "line": 67,
                        "column": 52
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 43
                    },
                    "end": {
                      "line": 67,
                      "column": 53
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "e",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 54
                      },
                      "end": {
                        "line": 67,
                        "column": 55
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 57
                      },
                      "end": {
                        "line": 67,
                        "column": 63
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 54
                    },
                    "end": {
                      "line": 67,
                      "column": 65
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 67,
                  "column": 8
                },
                "end": {
                  "line": 67,
                  "column": 65
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 67,
                "column": 5
              },
              "end": {
                "line": 67,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 67,
              "column": 5
            },
            "end": {
              "line": 67,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 67,
          "column": 1
        },
        "end": {
          "line": 67,
          "column": 66
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 69,
              "column": 10
            },
            "end": {
              "line": 69,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 69,
                  "column": 19
                },
                "end": {
                  "line": 69,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 69,
                "column": 16
              },
              "end": {
                "line": 69,
                "column": 17
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 69,
                  "column": 30
                },
                "end": {
                  "line": 69,
                  "column": 36
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 69,
                "column": 27
              },
              "end": {
                "line": 69,
                "column": 28
              }
            }
          }
        ],
        "returnType": {
          "type": "TSLiteralType",
          "literal": {
            "type": "StringLiteral",
            "value": "",
            "loc": {
              "start": {
                "line": 69,
                "column": 39
              },
              "end": {
                "line": 69,
                "column": 44
              }
            }
          },
          "loc": {
            "start": {
              "line": 69,
              "column": 39
            },
            "end": {
              "line": 69,
              "column": 44
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 12
                  },
                  "end": {
                    "line": 70,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 70,
                  "column": 5
                },
                "end": {
                  "line": 70,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 69,
              "column": 45
            },
            "end": {
              "line": 71,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 69,
            "column": 1
          },
          "end": {
            "line": 71,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 69,
          "column": 1
        },
        "end": {
          "line": 71,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func2",
          "decorators": [],
          "loc": {
            "start": {
              "line": 72,
              "column": 10
            },
            "end": {
              "line": 72,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 72,
                  "column": 19
                },
                "end": {
                  "line": 72,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 72,
                "column": 16
              },
              "end": {
                "line": 72,
                "column": 17
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 72,
                  "column": 30
                },
                "end": {
                  "line": 72,
                  "column": 36
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 72,
                "column": 27
              },
              "end": {
                "line": 72,
                "column": 28
              }
            }
          }
        ],
        "returnType": {
          "type": "TSLiteralType",
          "literal": {
            "type": "BooleanLiteral",
            "value": true,
            "loc": {
              "start": {
                "line": 72,
                "column": 39
              },
              "end": {
                "line": 72,
                "column": 43
              }
            }
          },
          "loc": {
            "start": {
              "line": 72,
              "column": 39
            },
            "end": {
              "line": 72,
              "column": 43
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 12
                  },
                  "end": {
                    "line": 73,
                    "column": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 73,
                  "column": 5
                },
                "end": {
                  "line": 73,
                  "column": 17
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 72,
              "column": 44
            },
            "end": {
              "line": 74,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 72,
            "column": 1
          },
          "end": {
            "line": 74,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 72,
          "column": 1
        },
        "end": {
          "line": 74,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "l",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSTypeQuery",
                  "exprName": {
                    "type": "Identifier",
                    "name": "func1",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 15
                      },
                      "end": {
                        "line": 75,
                        "column": 20
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 8
                    },
                    "end": {
                      "line": 75,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSTypeQuery",
                  "exprName": {
                    "type": "Identifier",
                    "name": "func2",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 30
                      },
                      "end": {
                        "line": 75,
                        "column": 35
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 23
                    },
                    "end": {
                      "line": 75,
                      "column": 35
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 75,
                  "column": 8
                },
                "end": {
                  "line": 75,
                  "column": 35
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 75,
                "column": 5
              },
              "end": {
                "line": 75,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 75,
              "column": 5
            },
            "end": {
              "line": 75,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 75,
          "column": 1
        },
        "end": {
          "line": 75,
          "column": 36
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "l",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSParenthesizedType",
                  "typeAnnotation": {
                    "type": "TSFunctionType",
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "typeAnnotation": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 13
                            },
                            "end": {
                              "line": 76,
                              "column": 19
                            }
                          }
                        },
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 10
                          },
                          "end": {
                            "line": 76,
                            "column": 11
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "b",
                        "typeAnnotation": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 24
                            },
                            "end": {
                              "line": 76,
                              "column": 30
                            }
                          }
                        },
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 21
                          },
                          "end": {
                            "line": 76,
                            "column": 22
                          }
                        }
                      }
                    ],
                    "returnType": {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 35
                          },
                          "end": {
                            "line": 76,
                            "column": 40
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 35
                        },
                        "end": {
                          "line": 76,
                          "column": 40
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 9
                      },
                      "end": {
                        "line": 76,
                        "column": 40
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 8
                    },
                    "end": {
                      "line": 76,
                      "column": 41
                    }
                  }
                },
                {
                  "type": "TSParenthesizedType",
                  "typeAnnotation": {
                    "type": "TSFunctionType",
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "typeAnnotation": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 49
                            },
                            "end": {
                              "line": 76,
                              "column": 55
                            }
                          }
                        },
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 46
                          },
                          "end": {
                            "line": 76,
                            "column": 47
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "b",
                        "typeAnnotation": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 60
                            },
                            "end": {
                              "line": 76,
                              "column": 66
                            }
                          }
                        },
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 57
                          },
                          "end": {
                            "line": 76,
                            "column": 58
                          }
                        }
                      }
                    ],
                    "returnType": {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "BooleanLiteral",
                        "value": true,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 71
                          },
                          "end": {
                            "line": 76,
                            "column": 75
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 71
                        },
                        "end": {
                          "line": 76,
                          "column": 75
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 45
                      },
                      "end": {
                        "line": 76,
                        "column": 75
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 44
                    },
                    "end": {
                      "line": 76,
                      "column": 76
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 76,
                  "column": 8
                },
                "end": {
                  "line": 76,
                  "column": 76
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 76,
                "column": 5
              },
              "end": {
                "line": 76,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 76,
              "column": 5
            },
            "end": {
              "line": 76,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 76,
          "column": 1
        },
        "end": {
          "line": 76,
          "column": 6
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "m",
            "typeAnnotation": {
              "type": "TSTupleType",
              "elementTypes": [
                {
                  "type": "TSNamedTupleMember",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 12
                      },
                      "end": {
                        "line": 78,
                        "column": 18
                      }
                    }
                  },
                  "label": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 9
                      },
                      "end": {
                        "line": 78,
                        "column": 10
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 9
                    },
                    "end": {
                      "line": 78,
                      "column": 19
                    }
                  }
                },
                {
                  "type": "TSNamedTupleMember",
                  "elementType": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 23
                      },
                      "end": {
                        "line": 78,
                        "column": 29
                      }
                    }
                  },
                  "label": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 20
                      },
                      "end": {
                        "line": 78,
                        "column": 21
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 20
                    },
                    "end": {
                      "line": 78,
                      "column": 30
                    }
                  }
                },
                {
                  "type": "TSNamedTupleMember",
                  "elementType": {
                    "type": "TSBooleanKeyword",
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 34
                      },
                      "end": {
                        "line": 78,
                        "column": 41
                      }
                    }
                  },
                  "label": {
                    "type": "Identifier",
                    "name": "c",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 31
                      },
                      "end": {
                        "line": 78,
                        "column": 32
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 31
                    },
                    "end": {
                      "line": 78,
                      "column": 42
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 8
                },
                "end": {
                  "line": 78,
                  "column": 42
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 78,
                "column": 5
              },
              "end": {
                "line": 78,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 78,
              "column": 5
            },
            "end": {
              "line": 78,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 78,
          "column": 1
        },
        "end": {
          "line": 78,
          "column": 43
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "m",
            "typeAnnotation": {
              "type": "TSTupleType",
              "elementTypes": [
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 9
                    },
                    "end": {
                      "line": 79,
                      "column": 16
                    }
                  }
                },
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 17
                    },
                    "end": {
                      "line": 79,
                      "column": 24
                    }
                  }
                },
                {
                  "type": "TSBooleanKeyword",
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 25
                    },
                    "end": {
                      "line": 79,
                      "column": 33
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 79,
                  "column": 8
                },
                "end": {
                  "line": 79,
                  "column": 33
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 79,
                "column": 5
              },
              "end": {
                "line": 79,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 79,
              "column": 5
            },
            "end": {
              "line": 79,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 79,
          "column": 1
        },
        "end": {
          "line": 79,
          "column": 34
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "n",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 8
                      },
                      "end": {
                        "line": 81,
                        "column": 14
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 8
                    },
                    "end": {
                      "line": 81,
                      "column": 16
                    }
                  }
                },
                {
                  "type": "TSTupleType",
                  "elementTypes": [
                    {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "NumberLiteral",
                        "value": 1,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 20
                          },
                          "end": {
                            "line": 81,
                            "column": 21
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 20
                        },
                        "end": {
                          "line": 81,
                          "column": 22
                        }
                      }
                    },
                    {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "NumberLiteral",
                        "value": 2,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 23
                          },
                          "end": {
                            "line": 81,
                            "column": 24
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 23
                        },
                        "end": {
                          "line": 81,
                          "column": 25
                        }
                      }
                    },
                    {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "NumberLiteral",
                        "value": 3,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 26
                          },
                          "end": {
                            "line": 81,
                            "column": 27
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 26
                        },
                        "end": {
                          "line": 81,
                          "column": 28
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 19
                    },
                    "end": {
                      "line": 81,
                      "column": 28
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 81,
                  "column": 8
                },
                "end": {
                  "line": 81,
                  "column": 28
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 81,
                "column": 5
              },
              "end": {
                "line": 81,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 81,
              "column": 5
            },
            "end": {
              "line": 81,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 81,
          "column": 1
        },
        "end": {
          "line": 81,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "n",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSTupleType",
                  "elementTypes": [
                    {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "NumberLiteral",
                        "value": 1,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 9
                          },
                          "end": {
                            "line": 82,
                            "column": 10
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 9
                        },
                        "end": {
                          "line": 82,
                          "column": 11
                        }
                      }
                    },
                    {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "NumberLiteral",
                        "value": 2,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 12
                          },
                          "end": {
                            "line": 82,
                            "column": 13
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 12
                        },
                        "end": {
                          "line": 82,
                          "column": 14
                        }
                      }
                    },
                    {
                      "type": "TSLiteralType",
                      "literal": {
                        "type": "NumberLiteral",
                        "value": 3,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 15
                          },
                          "end": {
                            "line": 82,
                            "column": 16
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 15
                        },
                        "end": {
                          "line": 82,
                          "column": 17
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 8
                    },
                    "end": {
                      "line": 82,
                      "column": 17
                    }
                  }
                },
                {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 20
                      },
                      "end": {
                        "line": 82,
                        "column": 26
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 20
                    },
                    "end": {
                      "line": 82,
                      "column": 28
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 82,
                  "column": 8
                },
                "end": {
                  "line": 82,
                  "column": 28
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 82,
                "column": 5
              },
              "end": {
                "line": 82,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 82,
              "column": 5
            },
            "end": {
              "line": 82,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 82,
          "column": 1
        },
        "end": {
          "line": 82,
          "column": 29
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 85,
                  "column": 5
                },
                "end": {
                  "line": 85,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 85,
                  "column": 8
                },
                "end": {
                  "line": 85,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 85,
                "column": 5
              },
              "end": {
                "line": 85,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 84,
            "column": 22
          },
          "end": {
            "line": 86,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface7",
        "decorators": [],
        "loc": {
          "start": {
            "line": 84,
            "column": 11
          },
          "end": {
            "line": 84,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 84,
          "column": 1
        },
        "end": {
          "line": 86,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 89,
                  "column": 5
                },
                "end": {
                  "line": 89,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 89,
                  "column": 8
                },
                "end": {
                  "line": 89,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 89,
                "column": 5
              },
              "end": {
                "line": 89,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 88,
            "column": 41
          },
          "end": {
            "line": 90,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface8",
        "decorators": [],
        "loc": {
          "start": {
            "line": 88,
            "column": 11
          },
          "end": {
            "line": 88,
            "column": 21
          }
        }
      },
      "extends": [
        {
          "type": "TSInterfaceHeritage",
          "expression": {
            "type": "Identifier",
            "name": "interface7",
            "decorators": [],
            "loc": {
              "start": {
                "line": 88,
                "column": 30
              },
              "end": {
                "line": 88,
                "column": 40
              }
            }
          },
          "loc": {
            "start": {
              "line": 88,
              "column": 41
            },
            "end": {
              "line": 88,
              "column": 40
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 88,
          "column": 1
        },
        "end": {
          "line": 90,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 93,
                  "column": 5
                },
                "end": {
                  "line": 93,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 93,
                  "column": 8
                },
                "end": {
                  "line": 93,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 93,
                "column": 5
              },
              "end": {
                "line": 93,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 92,
            "column": 22
          },
          "end": {
            "line": 94,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface9",
        "decorators": [],
        "loc": {
          "start": {
            "line": 92,
            "column": 11
          },
          "end": {
            "line": 92,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 92,
          "column": 1
        },
        "end": {
          "line": 94,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "o",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface9",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 96,
                    "column": 8
                  },
                  "end": {
                    "line": 96,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 96,
                  "column": 8
                },
                "end": {
                  "line": 96,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 96,
                "column": 5
              },
              "end": {
                "line": 96,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 96,
              "column": 5
            },
            "end": {
              "line": 96,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 96,
          "column": 1
        },
        "end": {
          "line": 96,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "o",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface8",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 8
                  },
                  "end": {
                    "line": 97,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 97,
                  "column": 8
                },
                "end": {
                  "line": 97,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 97,
                "column": 5
              },
              "end": {
                "line": 97,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 97,
              "column": 5
            },
            "end": {
              "line": 97,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 97,
          "column": 1
        },
        "end": {
          "line": 97,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "p",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 10
                      },
                      "end": {
                        "line": 99,
                        "column": 11
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 13
                      },
                      "end": {
                        "line": 99,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 10
                    },
                    "end": {
                      "line": 99,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 21
                      },
                      "end": {
                        "line": 99,
                        "column": 22
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 24
                      },
                      "end": {
                        "line": 99,
                        "column": 30
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 21
                    },
                    "end": {
                      "line": 99,
                      "column": 32
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 99,
                  "column": 8
                },
                "end": {
                  "line": 99,
                  "column": 32
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 99,
                "column": 5
              },
              "end": {
                "line": 99,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 99,
              "column": 5
            },
            "end": {
              "line": 99,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 99,
          "column": 1
        },
        "end": {
          "line": 99,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "p",
            "typeAnnotation": {
              "type": "TSTypeQuery",
              "exprName": {
                "type": "Identifier",
                "name": "p",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 100,
                    "column": 15
                  },
                  "end": {
                    "line": 100,
                    "column": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 100,
                  "column": 8
                },
                "end": {
                  "line": 100,
                  "column": 16
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 100,
                "column": 5
              },
              "end": {
                "line": 100,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 100,
              "column": 5
            },
            "end": {
              "line": 100,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 100,
          "column": 1
        },
        "end": {
          "line": 100,
          "column": 17
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 100,
      "column": 17
    }
  }
}
