import type { Dispatch } from 'redux'; /** * Reset state to its initial value. * * @returns Dispatch reset action. */ declare const resetMerchantsLocationsState: () => (dispatch: Dispatch) => void; export default resetMerchantsLocationsState;