import type { Node, Parent } from 'unist'; export declare function isParent(node: Node): node is Parent; //# sourceMappingURL=predicates.d.ts.map