/* eslint-disable @typescript-eslint/no-explicit-any */
// Ambient type declarations. Do not export any types from this file.
interface Window {
  XDomainRequest?: any;
  MSStream?: any;
}

