import type { Connection } from "mongoose";
export default function dbConnect(uri: string): Connection;
//# sourceMappingURL=db.d.ts.map