import type { Json } from "../../core/index.js"; /** 01-core §8 — resolve an RFC 6901 JSON Pointer (`""` is the whole model). */ export declare function resolvePointer(model: Json, pointer: string): Json | undefined;