import type { LibSQLDatabase } from "drizzle-orm/libsql"; declare global { interface RouterContext { db: LibSQLDatabase; } }