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