import type { Dispatch } from 'redux'; /** * Reset collect points state. */ declare const resetCollectPoints: () => (dispatch: Dispatch) => void; export default resetCollectPoints;