import type { Node } from '../../model' export type Predicate = (node: Node) => boolean