import { Db } from 'mongodb'; interface Config { readonly db: () => Promise; } export default Config;