import { GetAboveNodeOptions } from "../slate/editor/getAboveNode"; import { TEditor, Value } from "../slate/editor/TEditor"; /** * Is the selection focus at the start of its parent block. * * Supports the same options provided by {@link getBlockAbove}. */ export declare const isSelectionAtBlockStart: (editor: TEditor, options?: GetAboveNodeOptions | undefined) => boolean; //# sourceMappingURL=isSelectionAtBlockStart.d.ts.map