import { MatcherRule } from './MatcherRule.js'; /** * @access private */ export declare class MatchesRegExp extends MatcherRule { private readonly pattern; constructor(pattern: RegExp, transformation: (v: string) => Output_Type); matches(value: string): boolean; } //# sourceMappingURL=MatchesRegExp.d.ts.map