import { GetAboveNodeOptions } from "../slate/editor/getAboveNode"; import { TEditor, Value } from "../slate/editor/TEditor"; /** * Is the selection focus at the end of its parent block. */ export declare const isSelectionAtBlockEnd: (editor: TEditor, options?: GetAboveNodeOptions | undefined) => boolean; //# sourceMappingURL=isSelectionAtBlockEnd.d.ts.map