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