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