export type { RouteInfo, RouterAdapter } from './router.ts'; export type ServerRuntime = 'node' | 'edge' | 'bun' | 'deno' | 'cf-pages';