import { type Path } from '@jsonjoy.com/json-pointer';
import type { JsonNode } from '../../nodes';
export declare const find: (startNode: JsonNode, path: string | Path) => JsonNode;
