declare function ownerWindow(node: Node | undefined | null): Window;

export { ownerWindow };
