import { MongoDatabase } from '../src/connection/database.js'; /** * Get the MongoDB database instance */ export declare function getMongoDb(container: any): MongoDatabase;