import { Routes } from '../interfaces/routes.interface';
export declare function flattenRoutePaths(routes: Routes): any[];
