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