import type { Node } from '../../model'; export type Predicate = (node: Node) => boolean; //# sourceMappingURL=types.d.ts.map