/** * Method responsible for sending an email for the user to reset the password. */ declare const _default: (data: import("@farfetch/blackout-client").PostPasswordRecoverData, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise>; export default _default;