import type { Dispatch } from 'redux'; declare const resetUserSubscriptions: () => (dispatch: Dispatch) => void; export default resetUserSubscriptions;