import { IInboxMessagePreview } from "@trycourier/core"; export declare type NewMessage = { type: "inbox/NEW_MESSAGE"; payload: IInboxMessagePreview; }; export declare const INBOX_NEW_MESSAGE = "inbox/NEW_MESSAGE"; export declare const newMessage: (message: IInboxMessagePreview) => NewMessage; //# sourceMappingURL=new-message.d.ts.map