import { match } from 'path-to-regexp'; import type { Path, MatchFunction } from 'path-to-regexp'; export { type Path }; type Params = Parameters; /** Create a match function from a path pattern that checks if a URLs matches it. */ export declare const matchPath:

(path: Params[0], options?: Params[1]) => MatchFunction

; //# sourceMappingURL=matchPath.d.ts.map