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