import { InjectionToken } from '@angular/core';
export declare const WINDOW: InjectionToken<Window | undefined>;
