import { InjectionToken } from '@angular/core'; export type WindowRef = Window & typeof globalThis; export declare const WINDOW: InjectionToken;