I have some code that references a variable I know has already been declared in a file loaded before mine as in
if (!Zotero.BetterBibTeX) { ... }
but this gets me "Cannot find name 'Zotero'". Is there a way to signal to the typescript compiler that "Zotero" is declared?