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