import type { Reference } from '../find';
export declare const findByPointer: (pointer: string, val: unknown) => Reference;
