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