export declare const routes: { readonly health: "/health"; readonly home: "/"; readonly index: "/"; readonly post: "/:slug"; }; export type routes = typeof routes; //# sourceMappingURL=urls.gen.d.ts.map