export declare function matchRoute(route: string, path: string): Record<string, string> | null;
