import { Node, Path } from 'slate';
import { Point } from 'slate';
import { SlateEditor } from '../editor/types';
export declare function getLastNode(slate: SlateEditor): {
    node: Node;
    path: Path;
};
export declare function getLastNodePoint(slate: SlateEditor): Point;
//# sourceMappingURL=getLastNodePoint.d.ts.map