/** * Method responsible for deleting the entry of a recently viewed product. */ declare const _default: (id: number, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;