import { MatcherRule } from './MatcherRule.js'; /** * @access private */ export declare class MatchesAnything extends MatcherRule { constructor(transformation: (v: Input_Type) => Output_Type); matches(_: Input_Type): boolean; } //# sourceMappingURL=MatchesAnything.d.ts.map