export declare type ResetLastFetched = { type: "inbox/RESET_LAST_FETCHED"; }; export declare const INBOX_RESET_LAST_FETCHED = "inbox/RESET_LAST_FETCHED"; export declare const resetLastFetched: () => ResetLastFetched; //# sourceMappingURL=reset-last-fetched.d.ts.map