export { interceptSessionLogs } from "./internal/console-session-interceptor"; export { BaileysPrisma } from './libs/baileys-prisma'; export type { BrowserName, AdvancedWhatsappInterface, BasicWhatsappInterface, WhatsappInterface, } from "./domain/whatsapp/whatsapp.interface"; export type { BaileysEventHandler, MakeTransformedPrisma, MakeSerializedPrisma, Level, } from "./domain/whatsapp/whatsapp.types"; //# sourceMappingURL=index.d.ts.map