import type { Filter, Request } from './types'; export declare function matchPathFilter(pathFilter: Filter, uri: string, req: Request): boolean;