import { InjectionToken } from '@angular/core'; /** @description checks whether the passed window is the root. */ export declare function isRootWindow(window: Window): boolean; /** @description Injection token that can be used to determine whether code is currently executed in the root window. */ export declare const IS_ROOT_WINDOW: InjectionToken;