/** * Refreshes the user's validation token. To be used when the user went past the * token's expiration date or there was other kind of error validation the user's * email. */ declare const _default: (data: import("@farfetch/blackout-client").PostRefreshEmailTokenData, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise>; export default _default;