import { PrismaClient } from "@prisma/client"; declare const dbConnect: () => PrismaClient; export default dbConnect;