let client = undefined;
export const connectPromise = undefined;

const db = undefined;

const conversations = undefined;
const sharedConversations = undefined;
const abortedGenerations = undefined;
const settings = undefined;
const users = undefined;
const webSearches = undefined;
const messageEvents = undefined;

export { client, db };
export const collections = {
	conversations,
	sharedConversations,
	abortedGenerations,
	settings,
	users,
	webSearches,
	messageEvents,
};