// Whatsapp plugin module implements session behavior. import { DEFAULT_CONNECTION_CONFIG } from "baileys"; export function createBaileysSignalRepository( ...args: Parameters ) { return DEFAULT_CONNECTION_CONFIG.makeSignalRepository(...args); } export { BufferJSON, fetchLatestBaileysVersion, makeCacheableSignalKeyStore, makeWASocket, useMultiFileAuthState, } from "baileys";