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