import { PlaitBoard, PlaitElement } from '@plait/core'; import { Path } from 'slate'; export declare function findNewChildNodePath(board: PlaitBoard, element: PlaitElement): number[]; export declare function findNewSiblingNodePath(board: PlaitBoard, element: PlaitElement): Path;