export interface Route { path: string; method: string; handler: Function; }