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