import type { BasicTarget } from '../utils/domTarget'; declare const getDocumentOrShadow: (target: BasicTarget | BasicTarget[]) => Document | Node; export default getDocumentOrShadow;