import { IInbox } from "../types"; export declare type InboxInit = { type: "inbox/INIT"; payload: T; }; export declare const INBOX_INIT = "inbox/INIT"; export declare function initInbox(payload: T): InboxInit; //# sourceMappingURL=init.d.ts.map