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