import type { Target } from '../types'; export default function findNode(target?: Target, param?: T): Element | Text | null;