export declare const RequestMatcher: unique symbol; export interface RequestMatcher { match(pattern: any, method?: string): Promise; } //# sourceMappingURL=matcher-protocol.d.ts.map