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