import { MatchFn } from "./MatchFn"; export declare const matchesObject: (value: unknown) => MatchFn;