import { UserEvent } from '@wireapp/api-client/lib/event'; import { PayloadBundle } from '../conversation'; import { NotificationSource } from '../notification'; export declare class UserMapper { static mapUserEvent(event: UserEvent, selfUserId: string, source: NotificationSource): PayloadBundle | undefined; } //# sourceMappingURL=UserMapper.d.ts.map