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