import { Editor } from 'slate'; import { HistoryEditor } from 'slate-history'; import { WithOverride } from '../types/PlatePlugin/WithOverride'; /** * {@link withHistory} that can be called multiple times without losing its history. */ export declare const withHistoryPersist: WithOverride; /** * @see {@link withHistoryPersist} */ export declare const createHistoryPlugin: () => import("..").PlatePlugin; //# sourceMappingURL=createHistoryPlugin.d.ts.map