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