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