import type { OBJECT_VALUES_MATCH_TYPE, MatcherExecutor } from '../../entities/types';
export declare const ObjectEachValueMatches: MatcherExecutor<typeof OBJECT_VALUES_MATCH_TYPE>;
