import type { Point } from 'slate';
import type { SlateEditor } from '../editor/types';
export declare function getLastNodePoint(slate: SlateEditor): Point;
export declare function getFirstNodePoint(slate: SlateEditor): Point;
//# sourceMappingURL=get-node-points.d.ts.map