export type InboxMessageEvent = 'added' | 'read' | 'unread' | 'opened' | 'archived' | 'clicked'; //# sourceMappingURL=InboxMessageEvent.d.ts.map