import { Framework, Route } from '../../types/index.js'; export declare function parseRoutes(framework: Framework, codebasePath: string): Promise;