import { NodeOperation } from 'slate';
import { OpMapper } from '../types';
export declare const NODE_MAPPER: OpMapper<NodeOperation>;
