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