import { Element, Node } from"../dom/interfaces";
/**
* Matches elements with the given selectors.
*
* @paramselectors - selectors
* @paramnode - the node to match against
*/exportdeclarefunctionselectors_scopeMatchASelectorsString(selectors: string, node: Node): Element[];