import { Database } from "bun:sqlite"; declare const DbClient: Database; export default DbClient;