export declare function isWindow(value: any): value is Window; export declare function getWindow(node: Node | Window): Window;