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