export declare const getOwnerDocument: (el: Element | null | undefined) => Document; export declare const getOwnerWindow: (el: (Window & typeof global) | Element | null | undefined) => Window & typeof global;