import type { Dispatch } from 'redux'; /** * Method responsible for resetting the gift card balance state. */ declare const resetGiftCardBalance: () => (dispatch: Dispatch) => void; export default resetGiftCardBalance;