import { TRoute } from '../../types/core.js'; export default class Router { #private; constructor(routes: TRoute[]); }