import { RouteMatcher } from "./create-router"; export declare function mergeRouteMatchers(routeMatchers: RouteMatcher[]): RouteMatcher;