import { Routes } from '../types/route'; export declare function checkDuplicateNames(routes: Routes): void;