import { RouteMatchData } from '../../types';
export declare function parseRoutes(routes: RouteMatchData[], url: string): RouteMatchData[];
