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