import type { Match } from './Match.type.js'; export declare function matchPath(pattern: `/${string}`, request: string): Match | null; //# sourceMappingURL=matchPath.d.ts.map