Using the following code snippet I am getting a type error in v8.0.0 ```ts import queryString from 'query-string'; queryString.parse(window.location.search); ```