Flow bindings have been deprecated for a while. The reason behind this change is that `declare var foo` doesn't introduce a new local binding, but it represents a global one.
Flow bindings have been deprecated for a while. The reason behind this change is that `declare var foo` doesn't introduce a new local binding, but it represents a global one.