{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSConstructSignatureDeclaration",
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 17
                          },
                          "end": {
                            "line": 17,
                            "column": 23
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 14
                        },
                        "end": {
                          "line": 17,
                          "column": 15
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 28
                          },
                          "end": {
                            "line": 17,
                            "column": 34
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 25
                        },
                        "end": {
                          "line": 17,
                          "column": 26
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 37
                      },
                      "end": {
                        "line": 17,
                        "column": 43
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 10
                    },
                    "end": {
                      "line": 17,
                      "column": 44
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 45
                      },
                      "end": {
                        "line": 17,
                        "column": 46
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 48
                      },
                      "end": {
                        "line": 17,
                        "column": 54
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 45
                    },
                    "end": {
                      "line": 17,
                      "column": 55
                    }
                  }
                },
                {
                  "type": "TSMethodSignature",
                  "computed": false,
                  "optional": true,
                  "isGetAccessor": false,
                  "isSetAccessor": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 56
                      },
                      "end": {
                        "line": 17,
                        "column": 57
                      }
                    }
                  },
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 62
                          },
                          "end": {
                            "line": 17,
                            "column": 68
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 59
                        },
                        "end": {
                          "line": 17,
                          "column": 60
                        }
                      }
                    },
                    {
                      "type": "ArrayPattern",
                      "elements": [
                        {
                          "type": "Identifier",
                          "name": "c",
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 71
                            },
                            "end": {
                              "line": 17,
                              "column": 72
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "d",
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 74
                            },
                            "end": {
                              "line": 17,
                              "column": 75
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 70
                        },
                        "end": {
                          "line": 17,
                          "column": 76
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "k",
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 82
                          },
                          "end": {
                            "line": 17,
                            "column": 88
                          }
                        }
                      },
                      "optional": true,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 78
                        },
                        "end": {
                          "line": 17,
                          "column": 79
                        }
                      }
                    }
                  ],
                  "typeAnnotation": {
                    "type": "TSBooleanKeyword",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 91
                      },
                      "end": {
                        "line": 17,
                        "column": 98
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 56
                    },
                    "end": {
                      "line": 17,
                      "column": 100
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 17,
                  "column": 8
                },
                "end": {
                  "line": 17,
                  "column": 100
                }
              }
            },
            "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": 6
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 10
                      },
                      "end": {
                        "line": 18,
                        "column": 11
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 13
                      },
                      "end": {
                        "line": 18,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 10
                    },
                    "end": {
                      "line": 18,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 21
                      },
                      "end": {
                        "line": 18,
                        "column": 22
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 24
                      },
                      "end": {
                        "line": 18,
                        "column": 30
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 21
                    },
                    "end": {
                      "line": 18,
                      "column": 31
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": true,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 32
                      },
                      "end": {
                        "line": 18,
                        "column": 33
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 36
                      },
                      "end": {
                        "line": 18,
                        "column": 42
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 32
                    },
                    "end": {
                      "line": 18,
                      "column": 44
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 18,
                  "column": 8
                },
                "end": {
                  "line": 18,
                  "column": 44
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 18,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 6
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSMethodSignature",
                  "computed": false,
                  "optional": false,
                  "isGetAccessor": false,
                  "isSetAccessor": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 10
                      },
                      "end": {
                        "line": 19,
                        "column": 11
                      }
                    }
                  },
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 15
                          },
                          "end": {
                            "line": 19,
                            "column": 21
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 12
                        },
                        "end": {
                          "line": 19,
                          "column": 13
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "typeAnnotation": {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 26
                            },
                            "end": {
                              "line": 19,
                              "column": 32
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 26
                          },
                          "end": {
                            "line": 19,
                            "column": 34
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 23
                        },
                        "end": {
                          "line": 19,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "typeAnnotation": {
                    "type": "TSAnyKeyword",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 37
                      },
                      "end": {
                        "line": 19,
                        "column": 40
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 10
                    },
                    "end": {
                      "line": 19,
                      "column": 41
                    }
                  }
                },
                {
                  "type": "TSCallSignatureDeclaration",
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "d",
                      "typeAnnotation": {
                        "type": "TSBooleanKeyword",
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 46
                          },
                          "end": {
                            "line": 19,
                            "column": 53
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 43
                        },
                        "end": {
                          "line": 19,
                          "column": 44
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "e",
                      "typeAnnotation": {
                        "type": "TSTupleType",
                        "elementTypes": [
                          {
                            "type": "TSNumberKeyword",
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 59
                              },
                              "end": {
                                "line": 19,
                                "column": 65
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 58
                          },
                          "end": {
                            "line": 19,
                            "column": 66
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 55
                        },
                        "end": {
                          "line": 19,
                          "column": 56
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSFunctionType",
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "g",
                        "typeAnnotation": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 73
                            },
                            "end": {
                              "line": 19,
                              "column": 79
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 70
                          },
                          "end": {
                            "line": 19,
                            "column": 71
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "l",
                        "typeAnnotation": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 84
                            },
                            "end": {
                              "line": 19,
                              "column": 90
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 81
                          },
                          "end": {
                            "line": 19,
                            "column": 82
                          }
                        }
                      }
                    ],
                    "returnType": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 95
                        },
                        "end": {
                          "line": 19,
                          "column": 101
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 69
                      },
                      "end": {
                        "line": 19,
                        "column": 101
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 42
                    },
                    "end": {
                      "line": 19,
                      "column": 103
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 8
                },
                "end": {
                  "line": 19,
                  "column": 103
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 19,
              "column": 5
            },
            "end": {
              "line": 19,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 6
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": true,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "StringLiteral",
                    "value": "foo",
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 11
                      },
                      "end": {
                        "line": 20,
                        "column": 16
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSBooleanKeyword",
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 19
                      },
                      "end": {
                        "line": 20,
                        "column": 26
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 10
                    },
                    "end": {
                      "line": 20,
                      "column": 27
                    }
                  }
                },
                {
                  "type": "TSMethodSignature",
                  "computed": true,
                  "optional": false,
                  "isGetAccessor": false,
                  "isSetAccessor": false,
                  "key": {
                    "type": "NumberLiteral",
                    "value": 5,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 29
                      },
                      "end": {
                        "line": 20,
                        "column": 30
                      }
                    }
                  },
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSUndefinedKeyword",
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 35
                          },
                          "end": {
                            "line": 20,
                            "column": 44
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 32
                        },
                        "end": {
                          "line": 20,
                          "column": 33
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "typeAnnotation": {
                        "type": "TSAnyKeyword",
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 50
                          },
                          "end": {
                            "line": 20,
                            "column": 53
                          }
                        }
                      },
                      "optional": true,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 46
                        },
                        "end": {
                          "line": 20,
                          "column": 47
                        }
                      }
                    }
                  ],
                  "typeAnnotation": {
                    "type": "TSNullKeyword",
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 56
                      },
                      "end": {
                        "line": 20,
                        "column": 60
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 28
                    },
                    "end": {
                      "line": 20,
                      "column": 62
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 20,
                  "column": 8
                },
                "end": {
                  "line": 20,
                  "column": 62
                }
              }
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 5
              },
              "end": {
                "line": 20,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 20,
              "column": 5
            },
            "end": {
              "line": 20,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 6
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "e",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 5
                      },
                      "end": {
                        "line": 22,
                        "column": 6
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 8
                      },
                      "end": {
                        "line": 22,
                        "column": 14
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 5
                    },
                    "end": {
                      "line": 22,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "NumberLiteral",
                    "value": 5,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 16
                      },
                      "end": {
                        "line": 22,
                        "column": 17
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 19
                      },
                      "end": {
                        "line": 22,
                        "column": 25
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 16
                    },
                    "end": {
                      "line": 22,
                      "column": 26
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": true,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 27
                      },
                      "end": {
                        "line": 22,
                        "column": 28
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 31
                      },
                      "end": {
                        "line": 22,
                        "column": 37
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 27
                    },
                    "end": {
                      "line": 22,
                      "column": 38
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": true,
                  "readonly": false,
                  "key": {
                    "type": "NumberLiteral",
                    "value": 6,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 39
                      },
                      "end": {
                        "line": 22,
                        "column": 40
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 43
                      },
                      "end": {
                        "line": 22,
                        "column": 49
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 39
                    },
                    "end": {
                      "line": 22,
                      "column": 50
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": true,
                  "key": {
                    "type": "Identifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 14
                      },
                      "end": {
                        "line": 23,
                        "column": 15
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 17
                      },
                      "end": {
                        "line": 23,
                        "column": 23
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 5
                    },
                    "end": {
                      "line": 23,
                      "column": 24
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": true,
                  "key": {
                    "type": "NumberLiteral",
                    "value": 7,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 34
                      },
                      "end": {
                        "line": 23,
                        "column": 35
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 37
                      },
                      "end": {
                        "line": 23,
                        "column": 43
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 25
                    },
                    "end": {
                      "line": 23,
                      "column": 44
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": true,
                  "readonly": true,
                  "key": {
                    "type": "Identifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 54
                      },
                      "end": {
                        "line": 23,
                        "column": 55
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 58
                      },
                      "end": {
                        "line": 23,
                        "column": 64
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 45
                    },
                    "end": {
                      "line": 23,
                      "column": 65
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": true,
                  "readonly": true,
                  "key": {
                    "type": "NumberLiteral",
                    "value": 8,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 75
                      },
                      "end": {
                        "line": 23,
                        "column": 76
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 79
                      },
                      "end": {
                        "line": 23,
                        "column": 85
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 66
                    },
                    "end": {
                      "line": 24,
                      "column": 2
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 21,
                  "column": 8
                },
                "end": {
                  "line": 24,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 21,
                "column": 5
              },
              "end": {
                "line": 21,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 21,
              "column": 5
            },
            "end": {
              "line": 21,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 3
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "f",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSIndexSignature",
                  "parameters": {
                    "type": "Identifier",
                    "name": "a",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 14
                        },
                        "end": {
                          "line": 26,
                          "column": 20
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 11
                      },
                      "end": {
                        "line": 26,
                        "column": 12
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 23
                      },
                      "end": {
                        "line": 26,
                        "column": 29
                      }
                    }
                  },
                  "readonly": false,
                  "static": false,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 10
                    },
                    "end": {
                      "line": 26,
                      "column": 30
                    }
                  }
                },
                {
                  "type": "TSMethodSignature",
                  "computed": false,
                  "optional": false,
                  "isGetAccessor": false,
                  "isSetAccessor": false,
                  "key": {
                    "type": "Identifier",
                    "name": "readonly",
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 31
                      },
                      "end": {
                        "line": 26,
                        "column": 39
                      }
                    }
                  },
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 43
                          },
                          "end": {
                            "line": 26,
                            "column": 49
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 40
                        },
                        "end": {
                          "line": 26,
                          "column": 41
                        }
                      }
                    }
                  ],
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 52
                      },
                      "end": {
                        "line": 26,
                        "column": 58
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 31
                    },
                    "end": {
                      "line": 26,
                      "column": 60
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 26,
                  "column": 8
                },
                "end": {
                  "line": 26,
                  "column": 60
                }
              }
            },
            "loc": {
              "start": {
                "line": 26,
                "column": 5
              },
              "end": {
                "line": 26,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 26,
              "column": 5
            },
            "end": {
              "line": 26,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 61
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "g",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSIndexSignature",
                  "parameters": {
                    "type": "Identifier",
                    "name": "a",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 23
                        },
                        "end": {
                          "line": 27,
                          "column": 29
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 20
                      },
                      "end": {
                        "line": 27,
                        "column": 21
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 32
                      },
                      "end": {
                        "line": 27,
                        "column": 38
                      }
                    }
                  },
                  "readonly": true,
                  "static": false,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 10
                    },
                    "end": {
                      "line": 27,
                      "column": 40
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 27,
                  "column": 8
                },
                "end": {
                  "line": 27,
                  "column": 40
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 5
              },
              "end": {
                "line": 27,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 27,
              "column": 5
            },
            "end": {
              "line": 27,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 41
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 29,
      "column": 1
    }
  }
}
