import type { ResetSubscriptionPackagesAction, ResetUserSubscriptionsAction } from '../types/index.js'; import type { StoreState } from '../../types/index.js'; import type { ThunkDispatch } from 'redux-thunk'; declare const resetSubscriptions: () => (dispatch: ThunkDispatch) => void; export default resetSubscriptions;