import type { Dispatch } from 'redux'; /** * Method responsible for clearing all unsubscribe recipient from topic requests * state from the redux store. * * @returns Dispatch clear all unsubscribe recipient topic action. */ declare const clearAllUnsubscribeRecipientFromTopic: () => (dispatch: Dispatch) => void; export default clearAllUnsubscribeRecipientFromTopic;