import { InjectionToken } from '@angular/core';
/**
 * Check if this environment can access Window object and return window or null if false.
 */
export declare function getWindow(platformId: any): Window & typeof globalThis;
/**
 * Provide DOM Window reference or null if the environment is not a Browser.
 */
export declare const WINDOW: InjectionToken<Window>;
