import { Editor } from 'slate';
import * as Y from 'yjs';
/**
 * Applies a Yjs map event to a Slate editor.
 *
 * @param event
 */
export default function applyMapEvent(editor: Editor, event: Y.YMapEvent<unknown>): void;
