export declare const routes: { readonly about: "/about"; readonly home: "/"; }; export type routes = typeof routes; //# sourceMappingURL=router.gen.d.ts.map