import { WebsiteRoute } from 'dew-types';
import { MatchedRoute } from './types';
export declare function matchRoutes(path: string, routes: WebsiteRoute[]): MatchedRoute[];
