import type { Kysely } from "kysely"; import type { DB } from "./database.js"; export type Database = Kysely;