{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "VariableDeclaration",
      "kind": "const",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "getFoo"
          },
          "init": {
            "type": "FunctionExpression",
            "id": {
              "type": "Identifier",
              "name": "getFoo"
            },
            "params": [],
            "fsParamTypings": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ReturnStatement",
                  "argument": {
                    "type": "Identifier",
                    "name": "foo"
                  }
                }
              ]
            },
            "async": false,
            "expression": false,
            "generator": false
          },
          "fsTyping": {
            "type": "FirescriptTyping",
            "name": "any"
          }
        }
      ]
    }
  ]
}
