import { TEditor } from '@udecode/slate-plugins-core'; /** * Is the selection focus at the start of its parent block. */ export declare const isSelectionAtBlockStart: (editor: TEditor) => boolean; //# sourceMappingURL=isSelectionAtBlockStart.d.ts.map