export declare type MarkMessageOpened = { type: "inbox/MARK_MESSAGE_OPENED"; payload: { messageId: string; }; }; export declare const INBOX_MARK_MESSAGE_OPENED = "inbox/MARK_MESSAGE_OPENED"; export declare const markMessageOpened: (messageId: string) => MarkMessageOpened; //# sourceMappingURL=mark-message-opened.d.ts.map