import { IActionPlugin } from "../types/actions";
/**
 * Plugin that manages the action history
 * Records actions in the history to allow undo/redo
 */
export declare const historyPlugin: IActionPlugin;
