import { Db, ObjectId as MongoObjectId } from "mongodb"; export * from "./prompts"; export * from "./models"; export * from "./internalModels"; export { configurationMongodbClient } from "./mongodb-client"; export declare const setDb: (d: Db) => void; export declare const getDb: () => Db; export declare const ObjectId: typeof MongoObjectId; //# sourceMappingURL=index.d.ts.map