import { TEditor } from '@udecode/slate-plugins-core'; /** * Select the end point of the block above the selection. */ export declare const selectEndOfBlockAboveSelection: (editor: TEditor) => void; //# sourceMappingURL=selectEndOfBlockAboveSelection.d.ts.map