import type { SugarElement } from '../node/SugarElement'; declare const ancestor: (element: SugarElement, target: SugarElement) => boolean; declare const anyAncestor: (element: SugarElement, targets: SugarElement[]) => boolean; declare const sibling: (element: SugarElement, targets: SugarElement[]) => boolean; declare const child: (element: SugarElement, target: SugarElement) => boolean; declare const descendant: (element: SugarElement, target: SugarElement) => boolean; export { ancestor, anyAncestor, sibling, child, descendant }; //# sourceMappingURL=Has.d.ts.map