import { TEditor } from '@udecode/slate-plugins-core'; import { Location, Point } from 'slate'; /** * {@link Editor.isStart}. If point is null, return false. */ export declare const isStart: (editor: TEditor, point: Point | null | undefined, at: Location) => boolean; //# sourceMappingURL=isStart.d.ts.map