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