import type { FetchParams } from '../messages.js'; export declare const createPathMatcher: (options: FetchParams) => (path: string) => boolean;