export {}; interface IChromecast { init: () => Promise; } declare global { interface Window { env: string LNG: object; CONFIG: object; overrides: object; Chromecast: IChromecast; } }