import { Node } from "../SlateValue"; import { Path } from "../Path"; export declare function getNode(node: Node, path: Path): Node;