declare type InboxView = string | "preferences"; export declare type InboxSetView = { type: "inbox/SET_VIEW"; payload: InboxView; }; export declare const INBOX_SET_VIEW = "inbox/SET_VIEW"; export declare const setView: (view: string | "preferences") => InboxSetView; export {}; //# sourceMappingURL=set-view.d.ts.map