// AddedVariables.d.ts

interface Window {
  globalValue: any;
}
