/** * Method responsible for unsubscribing from subscription that was made for the * subscription id and email hash passed in. */ declare const _default: (query: import("@farfetch/blackout-client").DeleteSubscriptionQuery, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;