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