import { StateTree } from "../../state_tree.js"; import { ZipAction } from "../../zip/action.js"; import { ActionRecord } from "./action_record.js"; export declare function history_actualize>({ tree, blueprint, save_snapshot, proceed, }: { tree: StateTree; blueprint: B; save_snapshot: () => void; proceed: (action: ActionRecord) => void; }): ZipAction.Callable;