import { MatchFn } from "./MatchFn"; export declare const matchesRegex: (regexValue: string | RegExp) => MatchFn;