import { TEditor } from '@udecode/slate-plugins-core'; import { Point } from 'slate'; /** * Is a point at the end of a word */ export declare const isPointAtWordEnd: (editor: TEditor, { at }: { at: Point; }) => boolean; //# sourceMappingURL=isPointAtWordEnd.d.ts.map