importtype { FinalRoute, Route } from'../../types/configs/routing/routing';
/**
* The function receives routes configuration, parses them
* and outputs the format that is acceptable by vue router.
*/declareconstmakeRoutes: (routes: FinalRoute[]) =>Route[];
exportdefault makeRoutes;