import { TAncestor } from '@udecode/slate-plugins-core'; import { NodeEntry, Path } from 'slate'; /** * Get the next sibling nodes after a path. * @param ancestorEntry Ancestor of the sibling nodes * @param path Path of the reference node */ export declare const getNextSiblingNodes: (ancestorEntry: NodeEntry>, path: Path) => any[]; //# sourceMappingURL=getNextSiblingNodes.d.ts.map