import { GeneratedRoute } from './types'; export declare function generateAllRoutes(): Promise<{ routes: GeneratedRoute[]; failures: string[]; }>;