type LookupContext = Element | Document | DocumentFragment; declare const selectAll: (selector: string, context: LookupContext) => Element[]; declare const matchesSelector: (element: Element, selector: string) => boolean; export { selectAll, matchesSelector }; //# sourceMappingURL=SelectorEngine.d.ts.map