import type { RouterParams, PathPattern, PathMatch } from './types'; export declare const matchPath:
(pattern: PathPattern, pathname: string) => PathMatch
| null;