import WhatsAppBase from '../whatsapp-base.js'; import type { GroupNotification } from '../../schema/whatsapp-type.js'; export default class GroupEventHandler extends WhatsAppBase { onRoomJoin(notification: GroupNotification): Promise; onRoomLeave(notification: GroupNotification): Promise; onRoomUpdate(notification: GroupNotification): Promise; } //# sourceMappingURL=group-event-handler.d.ts.map