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