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