import { Node } from "../SlateValue"; import { SetSelectionOperation, SlateOperation } from "../SlateOperation"; export declare function nodeReducer(node: Node, action: Exclude): Node;