/** * Is an `EventTarget` a `Node` from another `window`? */ export declare function isFromAnotherWindow(eventTarget: EventTarget): boolean;