import { RouteConfig } from './match-route.type'; export declare function buildRootToLeafRouteMatrix(routes: R[]): R[][];