import { YRouteProps, Route } from '../router.interface'; export declare const reducePath: ({ grandPath, parentPath, path, title, moduleId, moduleName, menu, search, isDefault }: YRouteProps, routes: Route) => Route; //# sourceMappingURL=reducePath.d.ts.map