I am trying to write a library that defines some variable in the global scope. So in Typescript, I can use declare global to provide the type for that global va
declare global