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