interface RegisteredRoute { method: string; path: string; middleware: string[]; } export type { RegisteredRoute };