import { Editor } from 'slate';
export declare const withoutSelectionMod: (editor: Editor, cb: () => any) => void;
export declare const withoutNormalizingAndSelectionMod: (editor: Editor, cb: () => any) => void;
