import { JSONValue } from "../Values"; import { MatchFn } from "./MatchFn"; export declare const pointer: (ptr: string, matcher: MatchFn | JSONValue) => MatchFn;