import { JsonNode, JsonError } from '../types'; /** * returns the node with the corresponding pointer */ export declare function getNode(node: JsonNode, pointer: string): T | JsonError;