import { XmlText } from 'yjs'; import { InsertDelta } from '../model/types'; export declare function cloneInsertDeltaDeep(delta: InsertDelta): InsertDelta; export declare function cloneDeep(yText: XmlText): XmlText;