import { Node as ProseMirrorNode } from '@sse-editor/pm/model'; import { NodeWithPos, Predicate } from '../types.js'; export declare function findChildren(node: ProseMirrorNode, predicate: Predicate): NodeWithPos[];