interface IRoute { name: string; path: string; } declare const routes: IRoute[]; export default routes;