export declare function connectDatabase(mongoUrl: string): Promise; export declare function disconnectFromDatabase(): Promise;