import { InjectionToken } from '@angular/core'; export declare const WINDOW: InjectionToken<{}>; export declare function _window(): Window;