import { TEditor, Value } from "../slate/editor/TEditor"; export declare const withTHistory: = TEditor, EE extends E = E & Omit & { children: V; operations: import("..").TOperation[]; marks: Record | null; isInline: (element: N) => boolean; isVoid: (element: N_1) => boolean; normalizeNode: (entry: import("..").TNodeEntry) => void; apply: (operation: import("..").TOperation) => void; getFragment: () => N_4[]; insertFragment: (fragment: N_5[]) => void; insertNode: (node: N_6 | N_6[]) => void; } & import("..").UnknownObject & Pick>(editor: E) => EE; /** * @see {@link withHistory} */ export declare const createHistoryPlugin: = import("..").TazeEditor>(override?: Partial, OV, OE, any>> | undefined, overrideByKey?: import("..").OverrideByKey) => import("..").TazePlugin, OV, OE, any>; //# sourceMappingURL=createHistoryPlugin.d.ts.map