import * as Y from 'yjs';
import { InsertDelta } from '../module/custom-types';
export declare function cloneInsertDeltaDeep(delta: InsertDelta): InsertDelta;
export declare function cloneDeep(yText: Y.XmlText): Y.XmlText;
