import { RequestMatcher } from './matcher-protocol'; import * as UrlPattern from 'url-pattern'; export declare class RequestMatcherImpl implements RequestMatcher { protected caches: Map; protected readonly cacheSize: number; match(pattern: any, method?: string): Promise; } //# sourceMappingURL=request-matcher.d.ts.map