import type { Db } from 'mongodb';
export declare function setDb(db: Db | null): void;
export declare function getDb(): Db;
//# sourceMappingURL=mongo.d.ts.map