import type { selector_T } from '../_types/index.js' /** * Match `el` to `selector`. */ export declare function matches(el:Node, selector:selector_T|Element):boolean