import type { Node } from 'prosemirror-model'; export declare const findChildIndex: (parentNode: Node, targetNode: Node) => number;