import { getOwnerDocument, getRootNode } from '../utils/owner.js'; export declare function useOwnerDocument(...args: Parameters): Document | null; export declare function useRootDocument(...args: Parameters): Document | ShadowRoot | null;